#2698ED

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

Shades of Dodger Blue #2698ED

Tints of Dodger Blue #2698ED

Color information

#2698ED (or 0x2698ED) is unknown color: approx Dodger Blue. HEX triplet: 26, 98 and ED. RGB value is (38,152,237). Sum of RGB (Red+Green+Blue) = 38+152+237=427 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.90% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #2698ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2698ED is #D96712. Grayscale: #7F7F7F. Windows color (decimal): -14247699 or 15570982. OLE color: 15570982.

HSL color Cylindrical-coordinate representation of color #2698ED: hue angle of 205.63º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2698ED is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB38152237-
CMYK0.840.3600.07
HSL205.63º84.68%53.92%-
HSV(B)205.63º83.97%92.94%-
XYZ27.3128.9884.28-
YUV127.6189.7364.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.90%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 237 (92.97% from 255) = 55.50%
R=8.90%
G=35.60%
B=55.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal381522370.840.3600.07205.6384.6853.92
Hex2698ED542407ce5536
Octal46230355124440731612566
Binary100110100110001110110110101001001000111110011101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2698ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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