#819BFC

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

Shades of Cornflower Blue #819BFC

Tints of Cornflower Blue #819BFC

Color information

#819BFC (or 0x819BFC) is unknown color: approx Cornflower Blue. HEX triplet: 81, 9B and FC. RGB value is (129,155,252). Sum of RGB (Red+Green+Blue) = 129+155+252=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #819BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BFC is #7E6403. Grayscale: #9D9D9D. Windows color (decimal): -8283140 or 16554881. OLE color: 16554881.

HSL color Cylindrical-coordinate representation of color #819BFC: hue angle of 227.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #819BFC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129155252-
CMYK0.490.3800.01
HSL227.32º95.35%74.71%-
HSV(B)227.32º48.81%98.82%-
XYZ38.3535.1496.86-
YUV158.28180.89107.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=24.07%
G=28.92%
B=47.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291552520.490.3800.01227.3295.3574.71
Hex819BFC312601e35f4b
Octal201233374614601343137113
Binary100000011001101111111100110001100110011110001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,155,252); }

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

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

 a { background-color: rgb(129,155,252); }

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

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

 span { border-color: rgb(129,155,252); }

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