Html Css Color HEX #5283EB Cornflower Blue

📋 copy color: '#5283EB'

red 82 ◦ green 131 ◦ blue 235

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

Shades of Cornflower Blue #5283EB

Tints of Cornflower Blue #5283EB

RGB

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

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

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

R = 18.3%
G = 29.24%
B = 52.46%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5283EB (or 0x5283EB) is known color: Cornflower Blue. HEX triplet: 52, 83 and EB. RGB value is (82,131,235). Sum of RGB (Red+Green+Blue) = 82+131+235=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #5283EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283EB is #AD7C14. Grayscale: #7F7F7F. Windows color (decimal): -11369493 or 15434578. OLE color: 15434578.

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

Color convert

RGB 82 131 235 -
CMYK 0.65 0.44 0 0.08
HSL 220.78º 0.79% 0.62% -
HSV(B) 220.78º 0.65% 0.92% -
XYZ 26.59 24.02 81.83 -
YUV 128.21 188.27 95.04 -
System Red Green Blue C M Y K H S L
Decimal 82 131 235 0.65 0.44 0 0.08 220.78 0.79 0.62
Hex 52 83 EB 41 2C 0 8 DD 4F 3E
Octal 122 203 353 101 54 0 10 335 117 76
Binary 1010010 10000011 11101011 1000001 101100 0 1000 11011101 1001111 111110

Color Harmonies of #5283EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283EB

Black with #5283EB

Text Example


Text Example

White with #5283EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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