#5f8adf

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

Shades of Cornflower Blue #5F8ADF

Tints of Cornflower Blue #5F8ADF

Color information

#5F8ADF (or 0x5F8ADF) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 8A and DF. RGB value is (95,138,223). Sum of RGB (Red+Green+Blue) = 95+138+223=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F8ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8ADF is #A07520. Grayscale: #868686. Windows color (decimal): -10515745 or 14649951. OLE color: 14649951.

HSL color Cylindrical-coordinate representation of color #5F8ADF: hue angle of 219.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F8ADF is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95138223-
CMYK0.570.3800.13
HSL219.84º66.67%62.35%-
HSV(B)219.84º57.4%87.45%-
XYZ27.1325.9473.39-
YUV134.83177.7599.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.83%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 223 (87.5% from 255) = 48.90%
R=20.83%
G=30.26%
B=48.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951382230.570.3800.13219.8466.6762.35
Hex5F8ADF39260Ddc433e
Octal137212337714601533410376
Binary1011111100010101101111111100110011001101110111001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f8adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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