Html Css Color HEX #5483FA Cornflower Blue

📋 copy color: '#5483FA'

red 84 ◦ green 131 ◦ blue 250

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

Shades of Cornflower Blue #5483FA

Tints of Cornflower Blue #5483FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 18.06%
G = 28.17%
B = 53.76%

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

#5483FA (or 0x5483FA) is known color: Cornflower Blue. HEX triplet: 54, 83 and FA. RGB value is (84,131,250). Sum of RGB (Red+Green+Blue) = 84+131+250=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #5483FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5483FA is #AB7C05. Grayscale: #818181. Windows color (decimal): -11238406 or 16417620. OLE color: 16417620.

HSL color Cylindrical-coordinate representation of color #5483FA: hue angle of 223.01º degrees, saturation: 0.94, 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 #5483FA is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 131 250 -
CMYK 0.66 0.48 0 0.02
HSL 223.01º 0.94% 0.65% -
HSV(B) 223.01º 0.66% 0.98% -
XYZ 29.03 25.02 93.74 -
YUV 130.51 195.43 94.82 -
System Red Green Blue C M Y K H S L
Decimal 84 131 250 0.66 0.48 0 0.02 223.01 0.94 0.65
Hex 54 83 FA 42 30 0 2 DF 5E 41
Octal 124 203 372 102 60 0 2 337 136 101
Binary 1010100 10000011 11111010 1000010 110000 0 10 11011111 1011110 1000001

Color Harmonies of #5483FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483FA

Black with #5483FA

Text Example


Text Example

White with #5483FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5483FA; }

 p { color: rgb(84,131,250); }

 H1.HeaderClassName
 {
   color: #5483FA;
 }
 .AnyTagClassName
 {
   color: #5483FA;
 }
</style>

background-color css

<style>
 a { background-color: #5483FA; }

 a { background-color: rgb(84,131,250); }

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

border-color css

<style>
 span { border-color: #5483FA; }

 span { border-color: rgb(84,131,250); }

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