Html Css Color HEX #5F86DF Cornflower Blue

📋 copy color: '#5F86DF'

red 95 ◦ green 134 ◦ blue 223

#5F86DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5F86DF

Tints of Cornflower Blue #5F86DF

RGB

 RED value IS 95 (37.5% from 255) = 21.02%

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 21.02%
G = 29.65%
B = 49.34%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F86DF (or 0x5F86DF) is known color: Cornflower Blue. HEX triplet: 5F, 86 and DF. RGB value is (95,134,223). Sum of RGB (Red+Green+Blue) = 95+134+223=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F86DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F86DF is #A07920. Grayscale: #848484. Windows color (decimal): -10516769 or 14648927. OLE color: 14648927.

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

Color convert

RGB 95 134 223 -
CMYK 0.57 0.40 0 0.13
HSL 221.72º 0.67% 0.62% -
HSV(B) 221.72º 0.57% 0.87% -
XYZ 26.56 24.81 73.2 -
YUV 132.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 95 134 223 0.57 0.40 0 0.13 221.72 0.67 0.62
Hex 5F 86 DF 39 28 0 D DE 43 3E
Octal 137 206 337 71 50 0 15 336 103 76
Binary 1011111 10000110 11011111 111001 101000 0 1101 11011110 1000011 111110

Color Harmonies of #5F86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F86DF

Black with #5F86DF

Text Example


Text Example

White with #5F86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F86DF;
 }
 .AnyTagClassName
 {
   color: #5F86DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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