Html Css Color HEX #5483EB Cornflower Blue

📋 copy color: '#5483EB'

red 84 ◦ green 131 ◦ blue 235

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

Shades of Cornflower Blue #5483EB

Tints of Cornflower Blue #5483EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 18.67%
G = 29.11%
B = 52.22%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5483EB (or 0x5483EB) is known color: Cornflower Blue. HEX triplet: 54, 83 and EB. RGB value is (84,131,235). Sum of RGB (Red+Green+Blue) = 84+131+235=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #5483EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5483EB is #AB7C14. Grayscale: #808080. Windows color (decimal): -11238421 or 15434580. OLE color: 15434580.

HSL color Cylindrical-coordinate representation of color #5483EB: hue angle of 221.32º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5483EB is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 131 235 -
CMYK 0.64 0.44 0 0.08
HSL 221.32º 0.79% 0.63% -
HSV(B) 221.32º 0.64% 0.92% -
XYZ 26.77 24.12 81.84 -
YUV 128.8 187.93 96.04 -
System Red Green Blue C M Y K H S L
Decimal 84 131 235 0.64 0.44 0 0.08 221.32 0.79 0.63
Hex 54 83 EB 40 2C 0 8 DD 4F 3F
Octal 124 203 353 100 54 0 10 335 117 77
Binary 1010100 10000011 11101011 1000000 101100 0 1000 11011101 1001111 111111

Color Harmonies of #5483EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483EB

Black with #5483EB

Text Example


Text Example

White with #5483EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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