Html Css Color HEX #5485DF Cornflower Blue

📋 copy color: '#5485DF'

red 84 ◦ green 133 ◦ blue 223

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

Shades of Cornflower Blue #5485DF

Tints of Cornflower Blue #5485DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 19.09%
G = 30.23%
B = 50.68%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5485DF (or 0x5485DF) is known color: Cornflower Blue. HEX triplet: 54, 85 and DF. RGB value is (84,133,223). Sum of RGB (Red+Green+Blue) = 84+133+223=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #5485DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485DF is #AB7A20. Grayscale: #808080. Windows color (decimal): -11237921 or 14648660. OLE color: 14648660.

HSL color Cylindrical-coordinate representation of color #5485DF: hue angle of 218.85º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5485DF is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 133 223 -
CMYK 0.62 0.40 0 0.13
HSL 218.85º 0.68% 0.6% -
HSV(B) 218.85º 0.62% 0.87% -
XYZ 25.36 23.99 73.11 -
YUV 128.61 181.27 96.18 -
System Red Green Blue C M Y K H S L
Decimal 84 133 223 0.62 0.40 0 0.13 218.85 0.68 0.6
Hex 54 85 DF 3E 28 0 D DB 44 3C
Octal 124 205 337 76 50 0 15 333 104 74
Binary 1010100 10000101 11011111 111110 101000 0 1101 11011011 1000100 111100

Color Harmonies of #5485DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485DF

Black with #5485DF

Text Example


Text Example

White with #5485DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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