#2B70D4

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

Shades of Royal Blue #2B70D4

Tints of Royal Blue #2B70D4

Color information

#2B70D4 (or 0x2B70D4) is unknown color: approx Royal Blue. HEX triplet: 2B, 70 and D4. RGB value is (43,112,212). Sum of RGB (Red+Green+Blue) = 43+112+212=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 212 (83.20% from 255 or 57.77% from 367); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B70D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B70D4 is #D48F2B. Grayscale: #666666. Windows color (decimal): -13930284 or 13922347. OLE color: 13922347.

HSL color Cylindrical-coordinate representation of color #2B70D4: hue angle of 215.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B70D4 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43112212-
CMYK0.800.4700.17
HSL215.5º66.27%50%-
HSV(B)215.5º79.72%83.14%-
XYZ18.6716.8664.56-
YUV102.77189.6485.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.72%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 212 (83.20% from 255) = 57.77%
R=11.72%
G=30.52%
B=57.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431122120.800.4700.17215.566.2750
Hex2B70D4502F011d84232
Octal531603241205702133010262
Binary1010111110000110101001010000101111010001110110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B70D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,212); }

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

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

 a { background-color: rgb(43,112,212); }

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

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

 span { border-color: rgb(43,112,212); }

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