#5F84DD

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

Shades of Cornflower Blue #5F84DD

Tints of Cornflower Blue #5F84DD

Color information

#5F84DD (or 0x5F84DD) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 84 and DD. RGB value is (95,132,221). Sum of RGB (Red+Green+Blue) = 95+132+221=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F84DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F84DD is #A07B22. Grayscale: #828282. Windows color (decimal): -10517283 or 14517343. OLE color: 14517343.

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

Color convert

RGB95132221-
CMYK0.570.4000.13
HSL222.38º64.95%61.96%-
HSV(B)222.38º57.01%86.67%-
XYZ26.0224.1671.7-
YUV131.08178.74102.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.21%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=21.21%
G=29.46%
B=49.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951322210.570.4000.13222.3864.9561.96
Hex5F84DD39280Dde413e
Octal137204335715001533610176
Binary1011111100001001101110111100110100001101110111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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