Html Css Color HEX #5485EB Cornflower Blue

📋 copy color: '#5485EB'

red 84 ◦ green 133 ◦ blue 235

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

Shades of Cornflower Blue #5485EB

Tints of Cornflower Blue #5485EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.42%

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

R = 18.58%
G = 29.42%
B = 51.99%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5485EB (or 0x5485EB) is known color: Cornflower Blue. HEX triplet: 54, 85 and EB. RGB value is (84,133,235). Sum of RGB (Red+Green+Blue) = 84+133+235=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #5485EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5485EB is #AB7A14. Grayscale: #818181. Windows color (decimal): -11237909 or 15435092. OLE color: 15435092.

HSL color Cylindrical-coordinate representation of color #5485EB: hue angle of 220.53º 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 #5485EB is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 133 235 -
CMYK 0.64 0.43 0 0.08
HSL 220.53º 0.79% 0.63% -
HSV(B) 220.53º 0.64% 0.92% -
XYZ 27.04 24.66 81.93 -
YUV 129.98 187.27 95.21 -
System Red Green Blue C M Y K H S L
Decimal 84 133 235 0.64 0.43 0 0.08 220.53 0.79 0.63
Hex 54 85 EB 40 2B 0 8 DD 4F 3F
Octal 124 205 353 100 53 0 10 335 117 77
Binary 1010100 10000101 11101011 1000000 101011 0 1000 11011101 1001111 111111

Color Harmonies of #5485EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485EB

Black with #5485EB

Text Example


Text Example

White with #5485EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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