Html Css Color HEX #5188FC Cornflower Blue

📋 copy color: '#5188FC'

red 81 ◦ green 136 ◦ blue 252

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

Shades of Cornflower Blue #5188FC

Tints of Cornflower Blue #5188FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 17.27%
G = 29%
B = 53.73%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5188FC (or 0x5188FC) is known color: Cornflower Blue. HEX triplet: 51, 88 and FC. RGB value is (81,136,252). Sum of RGB (Red+Green+Blue) = 81+136+252=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #5188FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188FC is #AE7703. Grayscale: #848484. Windows color (decimal): -11433732 or 16549969. OLE color: 16549969.

HSL color Cylindrical-coordinate representation of color #5188FC: hue angle of 220.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5188FC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 136 252 -
CMYK 0.68 0.46 0 0.01
HSL 220.7º 0.97% 0.65% -
HSV(B) 220.7º 0.68% 0.99% -
XYZ 29.77 26.39 95.62 -
YUV 132.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 81 136 252 0.68 0.46 0 0.01 220.7 0.97 0.65
Hex 51 88 FC 44 2E 0 1 DD 61 41
Octal 121 210 374 104 56 0 1 335 141 101
Binary 1010001 10001000 11111100 1000100 101110 0 1 11011101 1100001 1000001

Color Harmonies of #5188FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188FC

Black with #5188FC

Text Example


Text Example

White with #5188FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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