Html Css Color HEX #5E9DFC Cornflower Blue

📋 copy color: '#5E9DFC'

red 94 ◦ green 157 ◦ blue 252

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

Shades of Cornflower Blue #5E9DFC

Tints of Cornflower Blue #5E9DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.21%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 18.69%
G = 31.21%
B = 50.1%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5E9DFC (or 0x5E9DFC) is known color: Cornflower Blue. HEX triplet: 5E, 9D and FC. RGB value is (94,157,252). Sum of RGB (Red+Green+Blue) = 94+157+252=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E9DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9DFC is #A16203. Grayscale: #949494. Windows color (decimal): -10576388 or 16555358. OLE color: 16555358.

HSL color Cylindrical-coordinate representation of color #5E9DFC: hue angle of 216.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9DFC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 157 252 -
CMYK 0.63 0.38 0 0.01
HSL 216.08º 0.96% 0.68% -
HSV(B) 216.08º 0.63% 0.99% -
XYZ 34.24 33.52 96.76 -
YUV 148.99 186.13 88.78 -
System Red Green Blue C M Y K H S L
Decimal 94 157 252 0.63 0.38 0 0.01 216.08 0.96 0.68
Hex 5E 9D FC 3F 26 0 1 D8 60 44
Octal 136 235 374 77 46 0 1 330 140 104
Binary 1011110 10011101 11111100 111111 100110 0 1 11011000 1100000 1000100

Color Harmonies of #5E9DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9DFC

Black with #5E9DFC

Text Example


Text Example

White with #5E9DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,157,252); }

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

background-color css

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

 a { background-color: rgb(94,157,252); }

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

border-color css

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

 span { border-color: rgb(94,157,252); }

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