Html Css Color HEX #5283E8 Cornflower Blue

📋 copy color: '#5283E8'

red 82 ◦ green 131 ◦ blue 232

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

Shades of Cornflower Blue #5283E8

Tints of Cornflower Blue #5283E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.13%

R = 18.43%
G = 29.44%
B = 52.13%

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

#5283E8 (or 0x5283E8) is known color: Cornflower Blue. HEX triplet: 52, 83 and E8. RGB value is (82,131,232). Sum of RGB (Red+Green+Blue) = 82+131+232=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #5283E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283E8 is #AD7C17. Grayscale: #7F7F7F. Windows color (decimal): -11369496 or 15237970. OLE color: 15237970.

HSL color Cylindrical-coordinate representation of color #5283E8: hue angle of 220.4º 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 #5283E8 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 131 232 -
CMYK 0.65 0.44 0 0.09
HSL 220.4º 0.77% 0.62% -
HSV(B) 220.4º 0.65% 0.91% -
XYZ 26.16 23.85 79.57 -
YUV 127.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 82 131 232 0.65 0.44 0 0.09 220.4 0.77 0.62
Hex 52 83 E8 41 2C 0 9 DC 4D 3E
Octal 122 203 350 101 54 0 11 334 115 76
Binary 1010010 10000011 11101000 1000001 101100 0 1001 11011100 1001101 111110

Color Harmonies of #5283E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283E8

Black with #5283E8

Text Example


Text Example

White with #5283E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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