#2693EB

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

Shades of Dodger Blue #2693EB

Tints of Dodger Blue #2693EB

Color information

#2693EB (or 0x2693EB) is unknown color: approx Dodger Blue. HEX triplet: 26, 93 and EB. RGB value is (38,147,235). Sum of RGB (Red+Green+Blue) = 38+147+235=420 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.05% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #2693EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2693EB is #D96C14. Grayscale: #7B7B7B. Windows color (decimal): -14248981 or 15438630. OLE color: 15438630.

HSL color Cylindrical-coordinate representation of color #2693EB: hue angle of 206.8º 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 #2693EB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38147235-
CMYK0.840.3700.08
HSL206.8º83.12%53.53%-
HSV(B)206.8º83.83%92.16%-
XYZ26.2327.2882.48-
YUV124.44190.3966.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.05%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 235 (92.19% from 255) = 55.95%
R=9.05%
G=35%
B=55.95%

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
Decimal381472350.840.3700.08206.883.1253.53
Hex2693EB542508cf5336
Octal462233531244501031712366
Binary1001101001001111101011101010010010101000110011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2693EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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