Html Css Color HEX #5E86F9 Cornflower Blue

📋 copy color: '#5E86F9'

red 94 ◦ green 134 ◦ blue 249

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

Shades of Cornflower Blue #5E86F9

Tints of Cornflower Blue #5E86F9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.09%

 BLUE value IS 249 (97.66% from 255) = 52.2%

R = 19.71%
G = 28.09%
B = 52.2%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E86F9 (or 0x5E86F9) is known color: Cornflower Blue. HEX triplet: 5E, 86 and F9. RGB value is (94,134,249). Sum of RGB (Red+Green+Blue) = 94+134+249=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E86F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E86F9 is #A17906. Grayscale: #868686. Windows color (decimal): -10582279 or 16352862. OLE color: 16352862.

HSL color Cylindrical-coordinate representation of color #5E86F9: hue angle of 224.52º degrees, saturation: 0.93, 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 #5E86F9 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 134 249 -
CMYK 0.62 0.46 0 0.02
HSL 224.52º 0.93% 0.67% -
HSV(B) 224.52º 0.62% 0.98% -
XYZ 30.24 26.27 93.1 -
YUV 135.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 94 134 249 0.62 0.46 0 0.02 224.52 0.93 0.67
Hex 5E 86 F9 3E 2E 0 2 E1 5D 43
Octal 136 206 371 76 56 0 2 341 135 103
Binary 1011110 10000110 11111001 111110 101110 0 10 11100001 1011101 1000011

Color Harmonies of #5E86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E86F9

Black with #5E86F9

Text Example


Text Example

White with #5E86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,134,249); }

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

background-color css

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

 a { background-color: rgb(94,134,249); }

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

border-color css

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

 span { border-color: rgb(94,134,249); }

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