Html Css Color HEX #5E9CFA Cornflower Blue

📋 copy color: '#5E9CFA'

red 94 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #5E9CFA

Tints of Cornflower Blue #5E9CFA

RGB

 RED value IS 94 (37.11% from 255) = 18.8%

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 18.8%
G = 31.2%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E9CFA (or 0x5E9CFA) is known color: Cornflower Blue. HEX triplet: 5E, 9C and FA. RGB value is (94,156,250). Sum of RGB (Red+Green+Blue) = 94+156+250=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E9CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CFA is #A16305. Grayscale: #939393. Windows color (decimal): -10576646 or 16424030. OLE color: 16424030.

HSL color Cylindrical-coordinate representation of color #5E9CFA: hue angle of 216.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E9CFA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 156 250 -
CMYK 0.62 0.38 0 0.02
HSL 216.15º 0.94% 0.67% -
HSV(B) 216.15º 0.62% 0.98% -
XYZ 33.76 33.06 95.04 -
YUV 148.18 185.46 89.36 -
System Red Green Blue C M Y K H S L
Decimal 94 156 250 0.62 0.38 0 0.02 216.15 0.94 0.67
Hex 5E 9C FA 3E 26 0 2 D8 5E 43
Octal 136 234 372 76 46 0 2 330 136 103
Binary 1011110 10011100 11111010 111110 100110 0 10 11011000 1011110 1000011

Color Harmonies of #5E9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CFA

Black with #5E9CFA

Text Example


Text Example

White with #5E9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,156,250); }

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

background-color css

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

 a { background-color: rgb(94,156,250); }

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

border-color css

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

 span { border-color: rgb(94,156,250); }

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