#2694DF

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

Shades of Dodger Blue #2694DF

Tints of Dodger Blue #2694DF

Color information

#2694DF (or 0x2694DF) is unknown color: approx Dodger Blue. HEX triplet: 26, 94 and DF. RGB value is (38,148,223). Sum of RGB (Red+Green+Blue) = 38+148+223=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #2694DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2694DF is #D96B20. Grayscale: #7B7B7B. Windows color (decimal): -14248737 or 14652454. OLE color: 14652454.

HSL color Cylindrical-coordinate representation of color #2694DF: hue angle of 204.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2694DF is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38148223-
CMYK0.830.3400.13
HSL204.32º74.3%51.18%-
HSV(B)204.32º82.96%87.45%-
XYZ24.7126.9273.71-
YUV123.66184.0666.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.29%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 223 (87.5% from 255) = 54.52%
R=9.29%
G=36.19%
B=54.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal381482230.830.3400.13204.3274.351.18
Hex2694DF53220Dcc4a33
Octal462243371234201531411263
Binary1001101001010011011111101001110001001101110011001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2694DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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