Html Css Color HEX #5486FF Cornflower Blue

📋 copy color: '#5486FF'

red 84 ◦ green 134 ◦ blue 255

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

Shades of Cornflower Blue #5486FF

Tints of Cornflower Blue #5486FF

RGB

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

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

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

R = 17.76%
G = 28.33%
B = 53.91%

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

#5486FF (or 0x5486FF) is known color: Cornflower Blue. HEX triplet: 54, 86 and FF. RGB value is (84,134,255). Sum of RGB (Red+Green+Blue) = 84+134+255=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #5486FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5486FF is #AB7900. Grayscale: #848484. Windows color (decimal): -11237633 or 16746068. OLE color: 16746068.

HSL color Cylindrical-coordinate representation of color #5486FF: hue angle of 222.46º 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 #5486FF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 134 255 -
CMYK 0.67 0.47 0 0
HSL 222.46º 1% 0.66% -
HSV(B) 222.46º 0.67% 1% -
XYZ 30.23 26.16 98.06 -
YUV 132.84 196.94 93.16 -
System Red Green Blue C M Y K H S L
Decimal 84 134 255 0.67 0.47 0 0 222.46 1 0.66
Hex 54 86 FF 43 2F 0 0 DE 64 42
Octal 124 206 377 103 57 0 0 336 144 102
Binary 1010100 10000110 11111111 1000011 101111 0 0 11011110 1100100 1000010

Color Harmonies of #5486FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5486FF

Black with #5486FF

Text Example


Text Example

White with #5486FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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