#2694EB

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

Shades of Dodger Blue #2694EB

Tints of Dodger Blue #2694EB

Color information

#2694EB (or 0x2694EB) is unknown color: approx Dodger Blue. HEX triplet: 26, 94 and EB. RGB value is (38,148,235). Sum of RGB (Red+Green+Blue) = 38+148+235=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #2694EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2694EB is #D96B14. Grayscale: #7C7C7C. Windows color (decimal): -14248725 or 15438886. OLE color: 15438886.

HSL color Cylindrical-coordinate representation of color #2694EB: hue angle of 206.5º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2694EB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38148235-
CMYK0.840.3700.08
HSL206.5º83.12%53.53%-
HSV(B)206.5º83.83%92.16%-
XYZ26.3827.5982.53-
YUV125.03190.0665.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.03%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=9.03%
G=35.15%
B=55.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal381482350.840.3700.08206.583.1253.53
Hex2694EB542508ce5336
Octal462243531244501031612366
Binary1001101001010011101011101010010010101000110011101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2694EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2694EB; }

 p { color: rgb(38,148,235); }

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

<style>
 a { background-color: #2694EB; }

 a { background-color: rgb(38,148,235); }

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

<style>
 span { border-color: #2694EB; }

 span { border-color: rgb(38,148,235); }

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