Html Css Color HEX #5F9FEC Cornflower Blue

📋 copy color: '#5F9FEC'

red 95 ◦ green 159 ◦ blue 236

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

Shades of Cornflower Blue #5F9FEC

Tints of Cornflower Blue #5F9FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.45%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 19.39%
G = 32.45%
B = 48.16%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F9FEC (or 0x5F9FEC) is known color: Cornflower Blue. HEX triplet: 5F, 9F and EC. RGB value is (95,159,236). Sum of RGB (Red+Green+Blue) = 95+159+236=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F9FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9FEC is #A06013. Grayscale: #949494. Windows color (decimal): -10510356 or 15507295. OLE color: 15507295.

HSL color Cylindrical-coordinate representation of color #5F9FEC: hue angle of 212.77º degrees, saturation: 0.79, 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 #5F9FEC is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 159 236 -
CMYK 0.60 0.33 0 0.07
HSL 212.77º 0.79% 0.65% -
HSV(B) 212.77º 0.6% 0.93% -
XYZ 32.26 33.29 84.08 -
YUV 148.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 95 159 236 0.60 0.33 0 0.07 212.77 0.79 0.65
Hex 5F 9F EC 3C 21 0 7 D5 4F 41
Octal 137 237 354 74 41 0 7 325 117 101
Binary 1011111 10011111 11101100 111100 100001 0 111 11010101 1001111 1000001

Color Harmonies of #5F9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9FEC

Black with #5F9FEC

Text Example


Text Example

White with #5F9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,159,236); }

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

background-color css

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

 a { background-color: rgb(95,159,236); }

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

border-color css

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

 span { border-color: rgb(95,159,236); }

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