#5F8AFF

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

Shades of Cornflower Blue #5F8AFF

Tints of Cornflower Blue #5F8AFF

Color information

#5F8AFF (or 0x5F8AFF) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 8A and FF. RGB value is (95,138,255). Sum of RGB (Red+Green+Blue) = 95+138+255=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8AFF is #A07500. Grayscale: #898989. Windows color (decimal): -10515713 or 16747103. OLE color: 16747103.

HSL color Cylindrical-coordinate representation of color #5F8AFF: hue angle of 223.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F8AFF is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95138255-
CMYK0.630.4600
HSL223.88º100%68.63%-
HSV(B)223.88º62.75%100%-
XYZ31.8627.8398.3-
YUV138.48193.7596.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.47%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 255 (100% from 255) = 52.25%
R=19.47%
G=28.28%
B=52.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal951382550.630.4600223.8810068.63
Hex5F8AFF3F2E00e06445
Octal137212377775600340144105
Binary10111111000101011111111111111101110001110000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8AFF; }

 p { color: rgb(95,138,255); }

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

<style>
 a { background-color: #5F8AFF; }

 a { background-color: rgb(95,138,255); }

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

<style>
 span { border-color: #5F8AFF; }

 span { border-color: rgb(95,138,255); }

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