Html Css Color HEX #5F9CEA Cornflower Blue

📋 copy color: '#5F9CEA'

red 95 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #5F9CEA

Tints of Cornflower Blue #5F9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 19.59%
G = 32.16%
B = 48.25%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F9CEA (or 0x5F9CEA) is known color: Cornflower Blue. HEX triplet: 5F, 9C and EA. RGB value is (95,156,234). Sum of RGB (Red+Green+Blue) = 95+156+234=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CEA is #A06315. Grayscale: #929292. Windows color (decimal): -10511126 or 15375455. OLE color: 15375455.

HSL color Cylindrical-coordinate representation of color #5F9CEA: hue angle of 213.67º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F9CEA is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 156 234 -
CMYK 0.59 0.33 0 0.08
HSL 213.67º 0.77% 0.65% -
HSV(B) 213.67º 0.59% 0.92% -
XYZ 31.46 32.15 82.39 -
YUV 146.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 95 156 234 0.59 0.33 0 0.08 213.67 0.77 0.65
Hex 5F 9C EA 3B 21 0 8 D6 4D 41
Octal 137 234 352 73 41 0 10 326 115 101
Binary 1011111 10011100 11101010 111011 100001 0 1000 11010110 1001101 1000001

Color Harmonies of #5F9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9CEA

Black with #5F9CEA

Text Example


Text Example

White with #5F9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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