#5F7DDD

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

Shades of Cornflower Blue #5F7DDD

Tints of Cornflower Blue #5F7DDD

Color information

#5F7DDD (or 0x5F7DDD) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 7D and DD. RGB value is (95,125,221). Sum of RGB (Red+Green+Blue) = 95+125+221=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DDD is #A08222. Grayscale: #7E7E7E. Windows color (decimal): -10519075 or 14515551. OLE color: 14515551.

HSL color Cylindrical-coordinate representation of color #5F7DDD: hue angle of 225.71º degrees, saturation: 0.65, 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 #5F7DDD is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95125221-
CMYK0.570.4300.13
HSL225.71º64.95%61.96%-
HSV(B)225.71º57.01%86.67%-
XYZ25.122.3271.39-
YUV126.97181.06105.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=21.54%
G=28.34%
B=50.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951252210.570.4300.13225.7164.9561.96
Hex5F7DDD392B0De2413e
Octal137175335715301534210176
Binary101111111111011101110111100110101101101111000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,125,221); }

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

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

 a { background-color: rgb(95,125,221); }

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

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

 span { border-color: rgb(95,125,221); }

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