Html Css Color HEX #5280FD Cornflower Blue

📋 copy color: '#5280FD'

red 82 ◦ green 128 ◦ blue 253

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

Shades of Cornflower Blue #5280FD

Tints of Cornflower Blue #5280FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 17.71%
G = 27.65%
B = 54.64%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5280FD (or 0x5280FD) is known color: Cornflower Blue. HEX triplet: 52, 80 and FD. RGB value is (82,128,253). Sum of RGB (Red+Green+Blue) = 82+128+253=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #5280FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280FD is #AD7F02. Grayscale: #7F7F7F. Windows color (decimal): -11370243 or 16613458. OLE color: 16613458.

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

Color convert

RGB 82 128 253 -
CMYK 0.68 0.49 0 0.01
HSL 223.86º 0.98% 0.66% -
HSV(B) 223.86º 0.68% 0.99% -
XYZ 28.93 24.32 96.1 -
YUV 128.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 82 128 253 0.68 0.49 0 0.01 223.86 0.98 0.66
Hex 52 80 FD 44 31 0 1 E0 62 42
Octal 122 200 375 104 61 0 1 340 142 102
Binary 1010010 10000000 11111101 1000100 110001 0 1 11100000 1100010 1000010

Color Harmonies of #5280FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280FD

Black with #5280FD

Text Example


Text Example

White with #5280FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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