Html Css Color HEX #5488FF Cornflower Blue

📋 copy color: '#5488FF'

red 84 ◦ green 136 ◦ blue 255

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

Shades of Cornflower Blue #5488FF

Tints of Cornflower Blue #5488FF

RGB

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

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

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

R = 17.68%
G = 28.63%
B = 53.68%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5488FF (or 0x5488FF) is known color: Cornflower Blue. HEX triplet: 54, 88 and FF. RGB value is (84,136,255). Sum of RGB (Red+Green+Blue) = 84+136+255=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #5488FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488FF is #AB7700. Grayscale: #858585. Windows color (decimal): -11237121 or 16746580. OLE color: 16746580.

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

Color convert

RGB 84 136 255 -
CMYK 0.67 0.47 0 0
HSL 221.75º 1% 0.66% -
HSV(B) 221.75º 0.67% 1% -
XYZ 30.51 26.71 98.16 -
YUV 134.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 84 136 255 0.67 0.47 0 0 221.75 1 0.66
Hex 54 88 FF 43 2F 0 0 DE 64 42
Octal 124 210 377 103 57 0 0 336 144 102
Binary 1010100 10001000 11111111 1000011 101111 0 0 11011110 1100100 1000010

Color Harmonies of #5488FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488FF

Black with #5488FF

Text Example


Text Example

White with #5488FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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