Html Css Color HEX #5E88FA Cornflower Blue

📋 copy color: '#5E88FA'

red 94 ◦ green 136 ◦ blue 250

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

Shades of Cornflower Blue #5E88FA

Tints of Cornflower Blue #5E88FA

RGB

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

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

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

R = 19.58%
G = 28.33%
B = 52.08%

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

#5E88FA (or 0x5E88FA) is known color: Cornflower Blue. HEX triplet: 5E, 88 and FA. RGB value is (94,136,250). Sum of RGB (Red+Green+Blue) = 94+136+250=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E88FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E88FA is #A17705. Grayscale: #878787. Windows color (decimal): -10581766 or 16418910. OLE color: 16418910.

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

Color convert

RGB 94 136 250 -
CMYK 0.62 0.46 0 0.02
HSL 223.85º 0.94% 0.67% -
HSV(B) 223.85º 0.62% 0.98% -
XYZ 30.68 26.89 94.02 -
YUV 136.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 94 136 250 0.62 0.46 0 0.02 223.85 0.94 0.67
Hex 5E 88 FA 3E 2E 0 2 E0 5E 43
Octal 136 210 372 76 56 0 2 340 136 103
Binary 1011110 10001000 11111010 111110 101110 0 10 11100000 1011110 1000011

Color Harmonies of #5E88FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E88FA

Black with #5E88FA

Text Example


Text Example

White with #5E88FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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