#5F7DDC

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

Shades of Cornflower Blue #5F7DDC

Tints of Cornflower Blue #5F7DDC

Color information

#5F7DDC (or 0x5F7DDC) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 7D and DC. RGB value is (95,125,220). Sum of RGB (Red+Green+Blue) = 95+125+220=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DDC is #A08223. Grayscale: #7E7E7E. Windows color (decimal): -10519076 or 14450015. OLE color: 14450015.

HSL color Cylindrical-coordinate representation of color #5F7DDC: hue angle of 225.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F7DDC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB95125220-
CMYK0.570.4300.14
HSL225.6º64.1%61.76%-
HSV(B)225.6º56.82%86.27%-
XYZ24.9722.2770.69-
YUV126.86180.56105.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 220 (86.33% from 255) = 50%
R=21.59%
G=28.41%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal951252200.570.4300.14225.664.161.76
Hex5F7DDC392B0Ee2403e
Octal137175334715301634210076
Binary101111111111011101110011100110101101110111000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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