#819DFA

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

Shades of Cornflower Blue #819DFA

Tints of Cornflower Blue #819DFA

Color information

#819DFA (or 0x819DFA) is unknown color: approx Cornflower Blue. HEX triplet: 81, 9D and FA. RGB value is (129,157,250). Sum of RGB (Red+Green+Blue) = 129+157+250=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #819DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DFA is #7E6205. Grayscale: #9E9E9E. Windows color (decimal): -8282630 or 16424321. OLE color: 16424321.

HSL color Cylindrical-coordinate representation of color #819DFA: hue angle of 226.12º 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 #819DFA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129157250-
CMYK0.480.3700.02
HSL226.12º92.37%74.31%-
HSV(B)226.12º48.4%98.04%-
XYZ38.3735.6895.31-
YUV159.23179.22106.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=24.07%
G=29.29%
B=46.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291572500.480.3700.02226.1292.3774.31
Hex819DFA302502e25c4a
Octal201235372604502342134112
Binary1000000110011101111110101100001001010101110001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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