Html Css Color HEX #5F86EE Cornflower Blue

📋 copy color: '#5F86EE'

red 95 ◦ green 134 ◦ blue 238

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

Shades of Cornflower Blue #5F86EE

Tints of Cornflower Blue #5F86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 20.34%
G = 28.69%
B = 50.96%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F86EE (or 0x5F86EE) is known color: Cornflower Blue. HEX triplet: 5F, 86 and EE. RGB value is (95,134,238). Sum of RGB (Red+Green+Blue) = 95+134+238=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F86EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F86EE is #A07911. Grayscale: #858585. Windows color (decimal): -10516754 or 15631967. OLE color: 15631967.

HSL color Cylindrical-coordinate representation of color #5F86EE: hue angle of 223.64º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F86EE is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 134 238 -
CMYK 0.60 0.44 0 0.07
HSL 223.64º 0.81% 0.65% -
HSV(B) 223.64º 0.6% 0.93% -
XYZ 28.68 25.66 84.33 -
YUV 134.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 95 134 238 0.60 0.44 0 0.07 223.64 0.81 0.65
Hex 5F 86 EE 3C 2C 0 7 E0 51 41
Octal 137 206 356 74 54 0 7 340 121 101
Binary 1011111 10000110 11101110 111100 101100 0 111 11100000 1010001 1000001

Color Harmonies of #5F86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F86EE

Black with #5F86EE

Text Example


Text Example

White with #5F86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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