Html Css Color HEX #5280FA Cornflower Blue

📋 copy color: '#5280FA'

red 82 ◦ green 128 ◦ blue 250

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

Shades of Cornflower Blue #5280FA

Tints of Cornflower Blue #5280FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 17.83%
G = 27.83%
B = 54.35%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5280FA (or 0x5280FA) is known color: Cornflower Blue. HEX triplet: 52, 80 and FA. RGB value is (82,128,250). Sum of RGB (Red+Green+Blue) = 82+128+250=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #5280FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280FA is #AD7F05. Grayscale: #7F7F7F. Windows color (decimal): -11370246 or 16416850. OLE color: 16416850.

HSL color Cylindrical-coordinate representation of color #5280FA: hue angle of 223.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5280FA is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 128 250 -
CMYK 0.67 0.49 0 0.02
HSL 223.57º 0.94% 0.65% -
HSV(B) 223.57º 0.67% 0.98% -
XYZ 28.45 24.13 93.6 -
YUV 128.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 82 128 250 0.67 0.49 0 0.02 223.57 0.94 0.65
Hex 52 80 FA 43 31 0 2 E0 5E 41
Octal 122 200 372 103 61 0 2 340 136 101
Binary 1010010 10000000 11111010 1000011 110001 0 10 11100000 1011110 1000001

Color Harmonies of #5280FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280FA

Black with #5280FA

Text Example


Text Example

White with #5280FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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