#2690E4

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

Shades of Dodger Blue #2690E4

Tints of Dodger Blue #2690E4

Color information

#2690E4 (or 0x2690E4) is unknown color: approx Dodger Blue. HEX triplet: 26, 90 and E4. RGB value is (38,144,228). Sum of RGB (Red+Green+Blue) = 38+144+228=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #2690E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2690E4 is #D96F1B. Grayscale: #797979. Windows color (decimal): -14249756 or 14979110. OLE color: 14979110.

HSL color Cylindrical-coordinate representation of color #2690E4: hue angle of 206.53º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2690E4 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB38144228-
CMYK0.830.3700.11
HSL206.53º77.87%52.16%-
HSV(B)206.53º83.33%89.41%-
XYZ24.7825.9677.1-
YUV121.88187.8868.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.27%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 228 (89.45% from 255) = 55.61%
R=9.27%
G=35.12%
B=55.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal381442280.830.3700.11206.5377.8752.16
Hex2690E453250Bcf4e34
Octal462203441234501331711664
Binary1001101001000011100100101001110010101011110011111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2690E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2690E4; }

 p { color: rgb(38,144,228); }

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

<style>
 a { background-color: #2690E4; }

 a { background-color: rgb(38,144,228); }

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

<style>
 span { border-color: #2690E4; }

 span { border-color: rgb(38,144,228); }

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