Html Css Color HEX #5F9CE9 Cornflower Blue

📋 copy color: '#5F9CE9'

red 95 ◦ green 156 ◦ blue 233

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

Shades of Cornflower Blue #5F9CE9

Tints of Cornflower Blue #5F9CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.14%

R = 19.63%
G = 32.23%
B = 48.14%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5F9CE9 (or 0x5F9CE9) is known color: Cornflower Blue. HEX triplet: 5F, 9C and E9. RGB value is (95,156,233). Sum of RGB (Red+Green+Blue) = 95+156+233=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #5F9CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CE9 is #A06316. Grayscale: #929292. Windows color (decimal): -10511127 or 15309919. OLE color: 15309919.

HSL color Cylindrical-coordinate representation of color #5F9CE9: hue angle of 213.48º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F9CE9 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 95 156 233 -
CMYK 0.59 0.33 0 0.09
HSL 213.48º 0.76% 0.64% -
HSV(B) 213.48º 0.59% 0.91% -
XYZ 31.32 32.09 81.63 -
YUV 146.54 176.79 91.24 -
System Red Green Blue C M Y K H S L
Decimal 95 156 233 0.59 0.33 0 0.09 213.48 0.76 0.64
Hex 5F 9C E9 3B 21 0 9 D5 4C 40
Octal 137 234 351 73 41 0 11 325 114 100
Binary 1011111 10011100 11101001 111011 100001 0 1001 11010101 1001100 1000000

Color Harmonies of #5F9CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9CE9

Black with #5F9CE9

Text Example


Text Example

White with #5F9CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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