#2670D7

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

Shades of Royal Blue #2670D7

Tints of Royal Blue #2670D7

Color information

#2670D7 (or 0x2670D7) is unknown color: approx Royal Blue. HEX triplet: 26, 70 and D7. RGB value is (38,112,215). Sum of RGB (Red+Green+Blue) = 38+112+215=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #2670D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2670D7 is #D98F28. Grayscale: #656565. Windows color (decimal): -14257961 or 14118950. OLE color: 14118950.

HSL color Cylindrical-coordinate representation of color #2670D7: hue angle of 214.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2670D7 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB38112215-
CMYK0.820.4800.16
HSL214.92º69.96%49.61%-
HSV(B)214.92º82.33%84.31%-
XYZ18.8616.9166.56-
YUV101.62191.9882.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.41%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 215 (84.38% from 255) = 58.90%
R=10.41%
G=30.68%
B=58.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal381122150.820.4800.16214.9269.9649.61
Hex2670D75230010d74632
Octal461603271226002032710662
Binary1001101110000110101111010010110000010000110101111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2670D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2670D7; }

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

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

<style>
 a { background-color: #2670D7; }

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

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

<style>
 span { border-color: #2670D7; }

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

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