#2670F7

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

Shades of Dodger Blue #2670F7

Tints of Dodger Blue #2670F7

Color information

#2670F7 (or 0x2670F7) is unknown color: approx Dodger Blue. HEX triplet: 26, 70 and F7. RGB value is (38,112,247). Sum of RGB (Red+Green+Blue) = 38+112+247=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 247 (96.88% from 255 or 62.22% from 397); Max value from RGB is 247 - color contains mainly: blue. Hex color #2670F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2670F7 is #D98F08. Grayscale: #686868. Windows color (decimal): -14257929 or 16216102. OLE color: 16216102.

HSL color Cylindrical-coordinate representation of color #2670F7: hue angle of 218.76º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2670F7 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB38112247-
CMYK0.850.5500.03
HSL218.76º92.89%55.88%-
HSV(B)218.76º84.62%96.86%-
XYZ23.3818.7290.38-
YUV105.26207.9880.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.57%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 247 (96.88% from 255) = 62.22%
R=9.57%
G=28.21%
B=62.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal381122470.850.5500.03218.7692.8955.88
Hex2670F7553703db5d38
Octal46160367125670333313570
Binary1001101110000111101111010101110111011110110111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2670F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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