Html Css Color HEX #5280FF Cornflower Blue

📋 copy color: '#5280FF'

red 82 ◦ green 128 ◦ blue 255

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

Shades of Cornflower Blue #5280FF

Tints of Cornflower Blue #5280FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.84%

R = 17.63%
G = 27.53%
B = 54.84%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5280FF (or 0x5280FF) is known color: Cornflower Blue. HEX triplet: 52, 80 and FF. RGB value is (82,128,255). Sum of RGB (Red+Green+Blue) = 82+128+255=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #5280FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280FF is #AD7F00. Grayscale: #808080. Windows color (decimal): -11370241 or 16744530. OLE color: 16744530.

HSL color Cylindrical-coordinate representation of color #5280FF: hue angle of 224.05º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5280FF is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 128 255 -
CMYK 0.68 0.50 0 0
HSL 224.05º 1% 0.66% -
HSV(B) 224.05º 0.68% 1% -
XYZ 29.25 24.45 97.79 -
YUV 128.72 199.26 94.67 -
System Red Green Blue C M Y K H S L
Decimal 82 128 255 0.68 0.50 0 0 224.05 1 0.66
Hex 52 80 FF 44 32 0 0 E0 64 42
Octal 122 200 377 104 62 0 0 340 144 102
Binary 1010010 10000000 11111111 1000100 110010 0 0 11100000 1100100 1000010

Color Harmonies of #5280FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280FF

Black with #5280FF

Text Example


Text Example

White with #5280FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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