Html Css Color HEX #5283E9 Cornflower Blue

📋 copy color: '#5283E9'

red 82 ◦ green 131 ◦ blue 233

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

Shades of Cornflower Blue #5283E9

Tints of Cornflower Blue #5283E9

RGB

 RED value IS 82 (32.42% from 255) = 18.39%

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

 BLUE value IS 233 (91.41% from 255) = 52.24%

R = 18.39%
G = 29.37%
B = 52.24%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5283E9 (or 0x5283E9) is known color: Cornflower Blue. HEX triplet: 52, 83 and E9. RGB value is (82,131,233). Sum of RGB (Red+Green+Blue) = 82+131+233=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #5283E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283E9 is #AD7C16. Grayscale: #7F7F7F. Windows color (decimal): -11369495 or 15303506. OLE color: 15303506.

HSL color Cylindrical-coordinate representation of color #5283E9: hue angle of 220.53º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5283E9 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 131 233 -
CMYK 0.65 0.44 0 0.09
HSL 220.53º 0.77% 0.62% -
HSV(B) 220.53º 0.65% 0.91% -
XYZ 26.3 23.91 80.32 -
YUV 127.98 187.27 95.21 -
System Red Green Blue C M Y K H S L
Decimal 82 131 233 0.65 0.44 0 0.09 220.53 0.77 0.62
Hex 52 83 E9 41 2C 0 9 DD 4D 3E
Octal 122 203 351 101 54 0 11 335 115 76
Binary 1010010 10000011 11101001 1000001 101100 0 1001 11011101 1001101 111110

Color Harmonies of #5283E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283E9

Black with #5283E9

Text Example


Text Example

White with #5283E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5283E9; }

 p { color: rgb(82,131,233); }

 H1.HeaderClassName
 {
   color: #5283E9;
 }
 .AnyTagClassName
 {
   color: #5283E9;
 }
</style>

background-color css

<style>
 a { background-color: #5283E9; }

 a { background-color: rgb(82,131,233); }

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

border-color css

<style>
 span { border-color: #5283E9; }

 span { border-color: rgb(82,131,233); }

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