Html Css Color HEX #5486DF Cornflower Blue

📋 copy color: '#5486DF'

red 84 ◦ green 134 ◦ blue 223

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

Shades of Cornflower Blue #5486DF

Tints of Cornflower Blue #5486DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

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

R = 19.05%
G = 30.39%
B = 50.57%

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

#5486DF (or 0x5486DF) is known color: Cornflower Blue. HEX triplet: 54, 86 and DF. RGB value is (84,134,223). Sum of RGB (Red+Green+Blue) = 84+134+223=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #5486DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5486DF is #AB7920. Grayscale: #808080. Windows color (decimal): -11237665 or 14648916. OLE color: 14648916.

HSL color Cylindrical-coordinate representation of color #5486DF: hue angle of 218.42º 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 #5486DF is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 134 223 -
CMYK 0.62 0.40 0 0.13
HSL 218.42º 0.68% 0.6% -
HSV(B) 218.42º 0.62% 0.87% -
XYZ 25.5 24.26 73.15 -
YUV 129.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 84 134 223 0.62 0.40 0 0.13 218.42 0.68 0.6
Hex 54 86 DF 3E 28 0 D DA 44 3C
Octal 124 206 337 76 50 0 15 332 104 74
Binary 1010100 10000110 11011111 111110 101000 0 1101 11011010 1000100 111100

Color Harmonies of #5486DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5486DF

Black with #5486DF

Text Example


Text Example

White with #5486DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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