#819CFA

Color #819CFA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #819CFA

Tints of Cornflower Blue #819CFA

Color information

#819CFA (or 0x819CFA) is unknown color: approx Cornflower Blue. HEX triplet: 81, 9C and FA. RGB value is (129,156,250). Sum of RGB (Red+Green+Blue) = 129+156+250=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #819CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CFA is #7E6305. Grayscale: #9E9E9E. Windows color (decimal): -8282886 or 16424065. OLE color: 16424065.

HSL color Cylindrical-coordinate representation of color #819CFA: hue angle of 226.61º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819CFA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129156250-
CMYK0.480.3800.02
HSL226.61º92.37%74.31%-
HSV(B)226.61º48.4%98.04%-
XYZ38.235.3595.25-
YUV158.64179.55106.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 24.11%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=24.11%
G=29.16%
B=46.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291562500.480.3800.02226.6192.3774.31
Hex819CFA302602e35c4a
Octal201234372604602343134112
Binary1000000110011100111110101100001001100101110001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819CFA; }

 p { color: rgb(129,156,250); }

 H1.HeaderClassName
 {
   color: #819CFA;
 }
 .AnyTagClassName
 {
   color: #819CFA;
 }
</style>
background-color css

<style>
 a { background-color: #819CFA; }

 a { background-color: rgb(129,156,250); }

 div.DivClassName
 {
   background-color: #819CFA;
 }
 .BgClassName
 {
   background-color: #819CFA;
 }
</style>
border-color css

<style>
 span { border-color: #819CFA; }

 span { border-color: rgb(129,156,250); }

 td.TdClassName
 {
   border-color: #819CFA;
 }
 .TagClassName
 {
   border-color: #819CFA;
 }
</style>