#4280D8

Color #4280D8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4280D8

Tints of Royal Blue #4280D8

Color information

#4280D8 (or 0x4280D8) is unknown color: approx Royal Blue. HEX triplet: 42, 80 and D8. RGB value is (66,128,216). Sum of RGB (Red+Green+Blue) = 66+128+216=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #4280D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280D8 is #BD7F27. Grayscale: #777777. Windows color (decimal): -12418856 or 14188610. OLE color: 14188610.

HSL color Cylindrical-coordinate representation of color #4280D8: hue angle of 215.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4280D8 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66128216-
CMYK0.690.4100.15
HSL215.2º65.79%55.29%-
HSV(B)215.2º69.44%84.71%-
XYZ22.3621.5567.95-
YUV119.49182.4689.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.10%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 216 (84.77% from 255) = 52.68%
R=16.10%
G=31.22%
B=52.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661282160.690.4100.15215.265.7955.29
Hex4280D845290Fd74237
Octal1022003301055101732710267
Binary10000101000000011011000100010110100101111110101111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4280D8; }

 p { color: rgb(66,128,216); }

 H1.HeaderClassName
 {
   color: #4280D8;
 }
 .AnyTagClassName
 {
   color: #4280D8;
 }
</style>
background-color css

<style>
 a { background-color: #4280D8; }

 a { background-color: rgb(66,128,216); }

 div.DivClassName
 {
   background-color: #4280D8;
 }
 .BgClassName
 {
   background-color: #4280D8;
 }
</style>
border-color css

<style>
 span { border-color: #4280D8; }

 span { border-color: rgb(66,128,216); }

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