#2692DF

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

Shades of Dodger Blue #2692DF

Tints of Dodger Blue #2692DF

Color information

#2692DF (or 0x2692DF) is unknown color: approx Dodger Blue. HEX triplet: 26, 92 and DF. RGB value is (38,146,223). Sum of RGB (Red+Green+Blue) = 38+146+223=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #2692DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2692DF is #D96D20. Grayscale: #7A7A7A. Windows color (decimal): -14249249 or 14651942. OLE color: 14651942.

HSL color Cylindrical-coordinate representation of color #2692DF: hue angle of 204.97º 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 #2692DF is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38146223-
CMYK0.830.3500.13
HSL204.97º74.3%51.18%-
HSV(B)204.97º82.96%87.45%-
XYZ24.426.373.6-
YUV122.49184.7267.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.34%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 223 (87.5% from 255) = 54.79%
R=9.34%
G=35.87%
B=54.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal381462230.830.3500.13204.9774.351.18
Hex2692DF53230Dcd4a33
Octal462223371234301531511263
Binary1001101001001011011111101001110001101101110011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2692DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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