#4260D8

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

Shades of Royal Blue #4260D8

Tints of Royal Blue #4260D8

Color information

#4260D8 (or 0x4260D8) is unknown color: approx Royal Blue. HEX triplet: 42, 60 and D8. RGB value is (66,96,216). Sum of RGB (Red+Green+Blue) = 66+96+216=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #4260D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260D8 is #BD9F27. Grayscale: #646464. Windows color (decimal): -12427048 or 14180418. OLE color: 14180418.

HSL color Cylindrical-coordinate representation of color #4260D8: hue angle of 228º 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 #4260D8 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6696216-
CMYK0.690.5600.15
HSL228º65.79%55.29%-
HSV(B)228º69.44%84.71%-
XYZ18.8214.4866.77-
YUV100.71193.06103.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=17.46%
G=25.40%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66962160.690.5600.1522865.7955.29
Hex4260D845380Fe44237
Octal1021403301057001734410267
Binary1000010110000011011000100010111100001111111001001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4260D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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