Html Css Color HEX #5188ED Cornflower Blue

📋 copy color: '#5188ED'

red 81 ◦ green 136 ◦ blue 237

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

Shades of Cornflower Blue #5188ED

Tints of Cornflower Blue #5188ED

RGB

 RED value IS 81 (32.03% from 255) = 17.84%

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

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 17.84%
G = 29.96%
B = 52.2%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5188ED (or 0x5188ED) is known color: Cornflower Blue. HEX triplet: 51, 88 and ED. RGB value is (81,136,237). Sum of RGB (Red+Green+Blue) = 81+136+237=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #5188ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188ED is #AE7712. Grayscale: #828282. Windows color (decimal): -11433747 or 15566929. OLE color: 15566929.

HSL color Cylindrical-coordinate representation of color #5188ED: hue angle of 218.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5188ED is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 136 237 -
CMYK 0.66 0.43 0 0.07
HSL 218.85º 0.81% 0.62% -
HSV(B) 218.85º 0.66% 0.93% -
XYZ 27.48 25.47 83.59 -
YUV 131.07 187.78 92.29 -
System Red Green Blue C M Y K H S L
Decimal 81 136 237 0.66 0.43 0 0.07 218.85 0.81 0.62
Hex 51 88 ED 42 2B 0 7 DB 51 3E
Octal 121 210 355 102 53 0 7 333 121 76
Binary 1010001 10001000 11101101 1000010 101011 0 111 11011011 1010001 111110

Color Harmonies of #5188ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188ED

Black with #5188ED

Text Example


Text Example

White with #5188ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5188ED; }

 p { color: rgb(81,136,237); }

 H1.HeaderClassName
 {
   color: #5188ED;
 }
 .AnyTagClassName
 {
   color: #5188ED;
 }
</style>

background-color css

<style>
 a { background-color: #5188ED; }

 a { background-color: rgb(81,136,237); }

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

border-color css

<style>
 span { border-color: #5188ED; }

 span { border-color: rgb(81,136,237); }

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