#2970DA

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

Shades of Royal Blue #2970DA

Tints of Royal Blue #2970DA

Color information

#2970DA (or 0x2970DA) is unknown color: approx Royal Blue. HEX triplet: 29, 70 and DA. RGB value is (41,112,218). Sum of RGB (Red+Green+Blue) = 41+112+218=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #2970DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970DA is #D68F25. Grayscale: #666666. Windows color (decimal): -14061350 or 14315561. OLE color: 14315561.

HSL color Cylindrical-coordinate representation of color #2970DA: hue angle of 215.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2970DA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41112218-
CMYK0.810.4900.15
HSL215.93º70.52%50.78%-
HSV(B)215.93º81.19%85.49%-
XYZ19.3617.1268.61-
YUV102.86192.9883.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 218 (85.55% from 255) = 58.76%
R=11.05%
G=30.19%
B=58.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411122180.810.4900.15215.9370.5250.78
Hex2970DA51310Fd84733
Octal511603321216101733010763
Binary101001111000011011010101000111000101111110110001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2970DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2970DA; }

 p { color: rgb(41,112,218); }

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

<style>
 a { background-color: #2970DA; }

 a { background-color: rgb(41,112,218); }

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

<style>
 span { border-color: #2970DA; }

 span { border-color: rgb(41,112,218); }

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