#2B75DD

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

Shades of Royal Blue #2B75DD

Tints of Royal Blue #2B75DD

Color information

#2B75DD (or 0x2B75DD) is unknown color: approx Royal Blue. HEX triplet: 2B, 75 and DD. RGB value is (43,117,221). Sum of RGB (Red+Green+Blue) = 43+117+221=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B75DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B75DD is #D48A22. Grayscale: #6A6A6A. Windows color (decimal): -13928995 or 14513451. OLE color: 14513451.

HSL color Cylindrical-coordinate representation of color #2B75DD: hue angle of 215.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B75DD is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB43117221-
CMYK0.810.4700.13
HSL215.06º72.36%51.76%-
HSV(B)215.06º80.54%86.67%-
XYZ20.4118.4670.89-
YUV106.73192.4882.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.29%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=11.29%
G=30.71%
B=58.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal431172210.810.4700.13215.0672.3651.76
Hex2B75DD512F0Dd74834
Octal531653351215701532711064
Binary101011111010111011101101000110111101101110101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B75DD; }

 p { color: rgb(43,117,221); }

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

<style>
 a { background-color: #2B75DD; }

 a { background-color: rgb(43,117,221); }

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

<style>
 span { border-color: #2B75DD; }

 span { border-color: rgb(43,117,221); }

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