Html Css Color HEX #5388EB Cornflower Blue

📋 copy color: '#5388EB'

red 83 ◦ green 136 ◦ blue 235

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

Shades of Cornflower Blue #5388EB

Tints of Cornflower Blue #5388EB

RGB

 RED value IS 83 (32.81% from 255) = 18.28%

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

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 18.28%
G = 29.96%
B = 51.76%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5388EB (or 0x5388EB) is known color: Cornflower Blue. HEX triplet: 53, 88 and EB. RGB value is (83,136,235). Sum of RGB (Red+Green+Blue) = 83+136+235=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #5388EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5388EB is #AC7714. Grayscale: #828282. Windows color (decimal): -11302677 or 15435859. OLE color: 15435859.

HSL color Cylindrical-coordinate representation of color #5388EB: hue angle of 219.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5388EB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 136 235 -
CMYK 0.65 0.42 0 0.08
HSL 219.08º 0.79% 0.62% -
HSV(B) 219.08º 0.65% 0.92% -
XYZ 27.37 25.45 82.07 -
YUV 131.44 186.44 93.45 -
System Red Green Blue C M Y K H S L
Decimal 83 136 235 0.65 0.42 0 0.08 219.08 0.79 0.62
Hex 53 88 EB 41 2A 0 8 DB 4F 3E
Octal 123 210 353 101 52 0 10 333 117 76
Binary 1010011 10001000 11101011 1000001 101010 0 1000 11011011 1001111 111110

Color Harmonies of #5388EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5388EB

Black with #5388EB

Text Example


Text Example

White with #5388EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5388EB; }

 p { color: rgb(83,136,235); }

 H1.HeaderClassName
 {
   color: #5388EB;
 }
 .AnyTagClassName
 {
   color: #5388EB;
 }
</style>

background-color css

<style>
 a { background-color: #5388EB; }

 a { background-color: rgb(83,136,235); }

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

border-color css

<style>
 span { border-color: #5388EB; }

 span { border-color: rgb(83,136,235); }

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