Html Css Color HEX #5282EA Cornflower Blue

📋 copy color: '#5282EA'

red 82 ◦ green 130 ◦ blue 234

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

Shades of Cornflower Blue #5282EA

Tints of Cornflower Blue #5282EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.15%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 18.39%
G = 29.15%
B = 52.47%

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

#5282EA (or 0x5282EA) is known color: Cornflower Blue. HEX triplet: 52, 82 and EA. RGB value is (82,130,234). Sum of RGB (Red+Green+Blue) = 82+130+234=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #5282EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282EA is #AD7D15. Grayscale: #7F7F7F. Windows color (decimal): -11369750 or 15368786. OLE color: 15368786.

HSL color Cylindrical-coordinate representation of color #5282EA: hue angle of 221.05º degrees, saturation: 0.78, 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 #5282EA is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 130 234 -
CMYK 0.65 0.44 0 0.08
HSL 221.05º 0.78% 0.62% -
HSV(B) 221.05º 0.65% 0.92% -
XYZ 26.31 23.7 81.03 -
YUV 127.5 188.1 95.54 -
System Red Green Blue C M Y K H S L
Decimal 82 130 234 0.65 0.44 0 0.08 221.05 0.78 0.62
Hex 52 82 EA 41 2C 0 8 DD 4E 3E
Octal 122 202 352 101 54 0 10 335 116 76
Binary 1010010 10000010 11101010 1000001 101100 0 1000 11011101 1001110 111110

Color Harmonies of #5282EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5282EA

Black with #5282EA

Text Example


Text Example

White with #5282EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5282EA; }

 p { color: rgb(82,130,234); }

 H1.HeaderClassName
 {
   color: #5282EA;
 }
 .AnyTagClassName
 {
   color: #5282EA;
 }
</style>

background-color css

<style>
 a { background-color: #5282EA; }

 a { background-color: rgb(82,130,234); }

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

border-color css

<style>
 span { border-color: #5282EA; }

 span { border-color: rgb(82,130,234); }

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