Html Css Color HEX #5E88FF Cornflower Blue

📋 copy color: '#5E88FF'

red 94 ◦ green 136 ◦ blue 255

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

Shades of Cornflower Blue #5E88FF

Tints of Cornflower Blue #5E88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.04%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 19.38%
G = 28.04%
B = 52.58%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5E88FF (or 0x5E88FF) is known color: Cornflower Blue. HEX triplet: 5E, 88 and FF. RGB value is (94,136,255). Sum of RGB (Red+Green+Blue) = 94+136+255=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E88FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E88FF is #A17700. Grayscale: #888888. Windows color (decimal): -10581761 or 16746590. OLE color: 16746590.

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

Color convert

RGB 94 136 255 -
CMYK 0.63 0.47 0 0
HSL 224.35º 1% 0.68% -
HSV(B) 224.35º 0.63% 1% -
XYZ 31.47 27.21 98.2 -
YUV 137.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 94 136 255 0.63 0.47 0 0 224.35 1 0.68
Hex 5E 88 FF 3F 2F 0 0 E0 64 44
Octal 136 210 377 77 57 0 0 340 144 104
Binary 1011110 10001000 11111111 111111 101111 0 0 11100000 1100100 1000100

Color Harmonies of #5E88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E88FF

Black with #5E88FF

Text Example


Text Example

White with #5E88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,136,255); }

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

background-color css

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

 a { background-color: rgb(94,136,255); }

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

border-color css

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

 span { border-color: rgb(94,136,255); }

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