Html Css Color HEX #5486FC Cornflower Blue

📋 copy color: '#5486FC'

red 84 ◦ green 134 ◦ blue 252

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

Shades of Cornflower Blue #5486FC

Tints of Cornflower Blue #5486FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 17.87%
G = 28.51%
B = 53.62%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5486FC (or 0x5486FC) is known color: Cornflower Blue. HEX triplet: 54, 86 and FC. RGB value is (84,134,252). Sum of RGB (Red+Green+Blue) = 84+134+252=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #5486FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5486FC is #AB7903. Grayscale: #838383. Windows color (decimal): -11237636 or 16549460. OLE color: 16549460.

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

Color convert

RGB 84 134 252 -
CMYK 0.67 0.47 0 0.01
HSL 222.14º 0.97% 0.66% -
HSV(B) 222.14º 0.67% 0.99% -
XYZ 29.75 25.96 95.54 -
YUV 132.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 84 134 252 0.67 0.47 0 0.01 222.14 0.97 0.66
Hex 54 86 FC 43 2F 0 1 DE 61 42
Octal 124 206 374 103 57 0 1 336 141 102
Binary 1010100 10000110 11111100 1000011 101111 0 1 11011110 1100001 1000010

Color Harmonies of #5486FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5486FC

Black with #5486FC

Text Example


Text Example

White with #5486FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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