#2B70DC

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

Shades of Royal Blue #2B70DC

Tints of Royal Blue #2B70DC

Color information

#2B70DC (or 0x2B70DC) is unknown color: approx Royal Blue. HEX triplet: 2B, 70 and DC. RGB value is (43,112,220). Sum of RGB (Red+Green+Blue) = 43+112+220=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B70DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B70DC is #D48F23. Grayscale: #676767. Windows color (decimal): -13930276 or 14446635. OLE color: 14446635.

HSL color Cylindrical-coordinate representation of color #2B70DC: hue angle of 216.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B70DC is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB43112220-
CMYK0.800.4900.14
HSL216.61º71.66%51.57%-
HSV(B)216.61º80.45%86.27%-
XYZ19.7117.2770-
YUV103.68193.6484.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.47%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 220 (86.33% from 255) = 58.67%
R=11.47%
G=29.87%
B=58.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal431122200.800.4900.14216.6171.6651.57
Hex2B70DC50310Ed94834
Octal531603341206101633111064
Binary101011111000011011100101000011000101110110110011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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