Html Css Color HEX #5280EA Cornflower Blue

📋 copy color: '#5280EA'

red 82 ◦ green 128 ◦ blue 234

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

Shades of Cornflower Blue #5280EA

Tints of Cornflower Blue #5280EA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.83%

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

R = 18.47%
G = 28.83%
B = 52.7%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5280EA (or 0x5280EA) is known color: Cornflower Blue. HEX triplet: 52, 80 and EA. RGB value is (82,128,234). Sum of RGB (Red+Green+Blue) = 82+128+234=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #5280EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280EA is #AD7F15. Grayscale: #7D7D7D. Windows color (decimal): -11370262 or 15368274. OLE color: 15368274.

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

Color convert

RGB 82 128 234 -
CMYK 0.65 0.45 0 0.08
HSL 221.84º 0.78% 0.62% -
HSV(B) 221.84º 0.65% 0.92% -
XYZ 26.05 23.17 80.94 -
YUV 126.33 188.76 96.38 -
System Red Green Blue C M Y K H S L
Decimal 82 128 234 0.65 0.45 0 0.08 221.84 0.78 0.62
Hex 52 80 EA 41 2D 0 8 DE 4E 3E
Octal 122 200 352 101 55 0 10 336 116 76
Binary 1010010 10000000 11101010 1000001 101101 0 1000 11011110 1001110 111110

Color Harmonies of #5280EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280EA

Black with #5280EA

Text Example


Text Example

White with #5280EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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