Html Css Color HEX #5482F9 Cornflower Blue

📋 copy color: '#5482F9'

red 84 ◦ green 130 ◦ blue 249

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

Shades of Cornflower Blue #5482F9

Tints of Cornflower Blue #5482F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 18.14%
G = 28.08%
B = 53.78%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5482F9 (or 0x5482F9) is known color: Cornflower Blue. HEX triplet: 54, 82 and F9. RGB value is (84,130,249). Sum of RGB (Red+Green+Blue) = 84+130+249=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #5482F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482F9 is #AB7D06. Grayscale: #818181. Windows color (decimal): -11238663 or 16351828. OLE color: 16351828.

HSL color Cylindrical-coordinate representation of color #5482F9: hue angle of 223.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5482F9 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 130 249 -
CMYK 0.66 0.48 0 0.02
HSL 223.27º 0.93% 0.65% -
HSV(B) 223.27º 0.66% 0.98% -
XYZ 28.74 24.69 92.87 -
YUV 129.81 195.26 95.32 -
System Red Green Blue C M Y K H S L
Decimal 84 130 249 0.66 0.48 0 0.02 223.27 0.93 0.65
Hex 54 82 F9 42 30 0 2 DF 5D 41
Octal 124 202 371 102 60 0 2 337 135 101
Binary 1010100 10000010 11111001 1000010 110000 0 10 11011111 1011101 1000001

Color Harmonies of #5482F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482F9

Black with #5482F9

Text Example


Text Example

White with #5482F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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