#2690EA

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

Shades of Dodger Blue #2690EA

Tints of Dodger Blue #2690EA

Color information

#2690EA (or 0x2690EA) is unknown color: approx Dodger Blue. HEX triplet: 26, 90 and EA. RGB value is (38,144,234). Sum of RGB (Red+Green+Blue) = 38+144+234=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #2690EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2690EA is #D96F15. Grayscale: #7A7A7A. Windows color (decimal): -14249750 or 15372326. OLE color: 15372326.

HSL color Cylindrical-coordinate representation of color #2690EA: hue angle of 207.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2690EA is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38144234-
CMYK0.840.3800.08
HSL207.55º82.35%53.33%-
HSV(B)207.55º83.76%91.76%-
XYZ25.6226.381.57-
YUV122.57190.8867.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.13%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 234 (91.80% from 255) = 56.25%
R=9.13%
G=34.62%
B=56.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal381442340.840.3800.08207.5582.3553.33
Hex2690EA542608d05235
Octal462203521244601032012265
Binary1001101001000011101010101010010011001000110100001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2690EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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