Html Css Color HEX #5F9CF6 Cornflower Blue

📋 copy color: '#5F9CF6'

red 95 ◦ green 156 ◦ blue 246

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

Shades of Cornflower Blue #5F9CF6

Tints of Cornflower Blue #5F9CF6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.39%

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 19.11%
G = 31.39%
B = 49.5%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5F9CF6 (or 0x5F9CF6) is known color: Cornflower Blue. HEX triplet: 5F, 9C and F6. RGB value is (95,156,246). Sum of RGB (Red+Green+Blue) = 95+156+246=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F9CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CF6 is #A06309. Grayscale: #939393. Windows color (decimal): -10511114 or 16161887. OLE color: 16161887.

HSL color Cylindrical-coordinate representation of color #5F9CF6: hue angle of 215.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F9CF6 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 156 246 -
CMYK 0.61 0.37 0 0.04
HSL 215.76º 0.89% 0.67% -
HSV(B) 215.76º 0.61% 0.96% -
XYZ 33.24 32.86 91.78 -
YUV 148.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 95 156 246 0.61 0.37 0 0.04 215.76 0.89 0.67
Hex 5F 9C F6 3D 25 0 4 D8 59 43
Octal 137 234 366 75 45 0 4 330 131 103
Binary 1011111 10011100 11110110 111101 100101 0 100 11011000 1011001 1000011

Color Harmonies of #5F9CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9CF6

Black with #5F9CF6

Text Example


Text Example

White with #5F9CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,156,246); }

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

background-color css

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

 a { background-color: rgb(95,156,246); }

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

border-color css

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

 span { border-color: rgb(95,156,246); }

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