#2A70D7

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

Shades of Royal Blue #2A70D7

Tints of Royal Blue #2A70D7

Color information

#2A70D7 (or 0x2A70D7) is unknown color: approx Royal Blue. HEX triplet: 2A, 70 and D7. RGB value is (42,112,215). Sum of RGB (Red+Green+Blue) = 42+112+215=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 215 (84.38% from 255 or 58.27% from 369); Max value from RGB is 215 - color contains mainly: blue. Hex color #2A70D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A70D7 is #D58F28. Grayscale: #666666. Windows color (decimal): -13995817 or 14118954. OLE color: 14118954.

HSL color Cylindrical-coordinate representation of color #2A70D7: hue angle of 215.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A70D7 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB42112215-
CMYK0.800.4800.16
HSL215.72º68.38%50.39%-
HSV(B)215.72º80.47%84.31%-
XYZ19.0116.9966.57-
YUV102.81191.3184.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.38%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 215 (84.38% from 255) = 58.27%
R=11.38%
G=30.35%
B=58.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal421122150.800.4800.16215.7268.3850.39
Hex2A70D75030010d84432
Octal521603271206002033010462
Binary1010101110000110101111010000110000010000110110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A70D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,215); }

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

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

 a { background-color: rgb(42,112,215); }

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

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

 span { border-color: rgb(42,112,215); }

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