#819EF8

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

Shades of Cornflower Blue #819EF8

Tints of Cornflower Blue #819EF8

Color information

#819EF8 (or 0x819EF8) is unknown color: approx Cornflower Blue. HEX triplet: 81, 9E and F8. RGB value is (129,158,248). Sum of RGB (Red+Green+Blue) = 129+158+248=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #819EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EF8 is #7E6107. Grayscale: #9F9F9F. Windows color (decimal): -8282376 or 16293505. OLE color: 16293505.

HSL color Cylindrical-coordinate representation of color #819EF8: hue angle of 225.38º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819EF8 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129158248-
CMYK0.480.3600.03
HSL225.38º89.47%73.92%-
HSV(B)225.38º47.98%97.25%-
XYZ38.2235.993.72-
YUV159.59177.89106.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.11%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 248 (97.27% from 255) = 46.36%
R=24.11%
G=29.53%
B=46.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1291582480.480.3600.03225.3889.4773.92
Hex819EF8302403e1594a
Octal201236370604403341131112
Binary1000000110011110111110001100001001000111110000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,158,248); }

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

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

 a { background-color: rgb(129,158,248); }

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

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

 span { border-color: rgb(129,158,248); }

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