#2698E9

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

Shades of Dodger Blue #2698E9

Tints of Dodger Blue #2698E9

Color information

#2698E9 (or 0x2698E9) is unknown color: approx Dodger Blue. HEX triplet: 26, 98 and E9. RGB value is (38,152,233). Sum of RGB (Red+Green+Blue) = 38+152+233=423 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.98% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #2698E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2698E9 is #D96716. Grayscale: #7E7E7E. Windows color (decimal): -14247703 or 15308838. OLE color: 15308838.

HSL color Cylindrical-coordinate representation of color #2698E9: hue angle of 204.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2698E9 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB38152233-
CMYK0.840.3500.09
HSL204.92º81.59%53.14%-
HSV(B)204.92º83.69%91.37%-
XYZ26.7428.7581.23-
YUV127.15187.7364.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.98%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 233 (91.41% from 255) = 55.08%
R=8.98%
G=35.93%
B=55.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal381522330.840.3500.09204.9281.5953.14
Hex2698E9542309cd5235
Octal462303511244301131512265
Binary1001101001100011101001101010010001101001110011011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2698E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2698E9; }

 p { color: rgb(38,152,233); }

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

<style>
 a { background-color: #2698E9; }

 a { background-color: rgb(38,152,233); }

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

<style>
 span { border-color: #2698E9; }

 span { border-color: rgb(38,152,233); }

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