Html Css Color HEX #5482FC Cornflower Blue

📋 copy color: '#5482FC'

red 84 ◦ green 130 ◦ blue 252

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

Shades of Cornflower Blue #5482FC

Tints of Cornflower Blue #5482FC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 18.03%
G = 27.9%
B = 54.08%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5482FC (or 0x5482FC) is known color: Cornflower Blue. HEX triplet: 54, 82 and FC. RGB value is (84,130,252). Sum of RGB (Red+Green+Blue) = 84+130+252=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #5482FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482FC is #AB7D03. Grayscale: #818181. Windows color (decimal): -11238660 or 16548436. OLE color: 16548436.

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

Color convert

RGB 84 130 252 -
CMYK 0.67 0.48 0 0.01
HSL 223.57º 0.97% 0.66% -
HSV(B) 223.57º 0.67% 0.99% -
XYZ 29.21 24.88 95.36 -
YUV 130.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 84 130 252 0.67 0.48 0 0.01 223.57 0.97 0.66
Hex 54 82 FC 43 30 0 1 E0 61 42
Octal 124 202 374 103 60 0 1 340 141 102
Binary 1010100 10000010 11111100 1000011 110000 0 1 11100000 1100001 1000010

Color Harmonies of #5482FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482FC

Black with #5482FC

Text Example


Text Example

White with #5482FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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