Html Css Color HEX #5485FC Cornflower Blue

📋 copy color: '#5485FC'

red 84 ◦ green 133 ◦ blue 252

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

Shades of Cornflower Blue #5485FC

Tints of Cornflower Blue #5485FC

RGB

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

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

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

R = 17.91%
G = 28.36%
B = 53.73%

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

#5485FC (or 0x5485FC) is known color: Cornflower Blue. HEX triplet: 54, 85 and FC. RGB value is (84,133,252). Sum of RGB (Red+Green+Blue) = 84+133+252=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #5485FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5485FC is #AB7A03. Grayscale: #838383. Windows color (decimal): -11237892 or 16549204. OLE color: 16549204.

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

Color convert

RGB 84 133 252 -
CMYK 0.67 0.47 0 0.01
HSL 222.5º 0.97% 0.66% -
HSV(B) 222.5º 0.67% 0.99% -
XYZ 29.61 25.69 95.49 -
YUV 131.92 195.77 93.82 -
System Red Green Blue C M Y K H S L
Decimal 84 133 252 0.67 0.47 0 0.01 222.5 0.97 0.66
Hex 54 85 FC 43 2F 0 1 DE 61 42
Octal 124 205 374 103 57 0 1 336 141 102
Binary 1010100 10000101 11111100 1000011 101111 0 1 11011110 1100001 1000010

Color Harmonies of #5485FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485FC

Black with #5485FC

Text Example


Text Example

White with #5485FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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