#2662DD

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

Shades of Royal Blue #2662DD

Tints of Royal Blue #2662DD

Color information

#2662DD (or 0x2662DD) is unknown color: approx Royal Blue. HEX triplet: 26, 62 and DD. RGB value is (38,98,221). Sum of RGB (Red+Green+Blue) = 38+98+221=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #2662DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662DD is #D99D22. Grayscale: #5D5D5D. Windows color (decimal): -14261539 or 14508582. OLE color: 14508582.

HSL color Cylindrical-coordinate representation of color #2662DD: hue angle of 220.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2662DD is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3898221-
CMYK0.830.5600.13
HSL220.33º72.91%50.78%-
HSV(B)220.33º82.81%86.67%-
XYZ18.2214.3770.22-
YUV94.08199.6288-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.64%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 221 (86.72% from 255) = 61.90%
R=10.64%
G=27.45%
B=61.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38982210.830.5600.13220.3372.9150.78
Hex2662DD53380Ddc4933
Octal461423351237001533411163
Binary100110110001011011101101001111100001101110111001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2662DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2662DD; }

 p { color: rgb(38,98,221); }

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

<style>
 a { background-color: #2662DD; }

 a { background-color: rgb(38,98,221); }

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

<style>
 span { border-color: #2662DD; }

 span { border-color: rgb(38,98,221); }

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