Html Css Color HEX #5188FF Cornflower Blue

📋 copy color: '#5188FF'

red 81 ◦ green 136 ◦ blue 255

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

Shades of Cornflower Blue #5188FF

Tints of Cornflower Blue #5188FF

RGB

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

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

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

R = 17.16%
G = 28.81%
B = 54.03%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5188FF (or 0x5188FF) is known color: Cornflower Blue. HEX triplet: 51, 88 and FF. RGB value is (81,136,255). Sum of RGB (Red+Green+Blue) = 81+136+255=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5188FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188FF is #AE7700. Grayscale: #848484. Windows color (decimal): -11433729 or 16746577. OLE color: 16746577.

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

Color convert

RGB 81 136 255 -
CMYK 0.68 0.47 0 0
HSL 221.03º 1% 0.66% -
HSV(B) 221.03º 0.68% 1% -
XYZ 30.25 26.58 98.14 -
YUV 133.12 196.78 90.82 -
System Red Green Blue C M Y K H S L
Decimal 81 136 255 0.68 0.47 0 0 221.03 1 0.66
Hex 51 88 FF 44 2F 0 0 DD 64 42
Octal 121 210 377 104 57 0 0 335 144 102
Binary 1010001 10001000 11111111 1000100 101111 0 0 11011101 1100100 1000010

Color Harmonies of #5188FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188FF

Black with #5188FF

Text Example


Text Example

White with #5188FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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