Html Css Color HEX #5488EB Cornflower Blue

📋 copy color: '#5488EB'

red 84 ◦ green 136 ◦ blue 235

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

Shades of Cornflower Blue #5488EB

Tints of Cornflower Blue #5488EB

RGB

 RED value IS 84 (33.2% from 255) = 18.46%

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

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

R = 18.46%
G = 29.89%
B = 51.65%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5488EB (or 0x5488EB) is known color: Cornflower Blue. HEX triplet: 54, 88 and EB. RGB value is (84,136,235). Sum of RGB (Red+Green+Blue) = 84+136+235=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #5488EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488EB is #AB7714. Grayscale: #838383. Windows color (decimal): -11237141 or 15435860. OLE color: 15435860.

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

Color convert

RGB 84 136 235 -
CMYK 0.64 0.42 0 0.08
HSL 219.34º 0.79% 0.63% -
HSV(B) 219.34º 0.64% 0.92% -
XYZ 27.46 25.49 82.07 -
YUV 131.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 84 136 235 0.64 0.42 0 0.08 219.34 0.79 0.63
Hex 54 88 EB 40 2A 0 8 DB 4F 3F
Octal 124 210 353 100 52 0 10 333 117 77
Binary 1010100 10001000 11101011 1000000 101010 0 1000 11011011 1001111 111111

Color Harmonies of #5488EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488EB

Black with #5488EB

Text Example


Text Example

White with #5488EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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