#338BDF

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

Shades of Dodger Blue #338BDF

Tints of Dodger Blue #338BDF

Color information

#338BDF (or 0x338BDF) is unknown color: approx Dodger Blue. HEX triplet: 33, 8B and DF. RGB value is (51,139,223). Sum of RGB (Red+Green+Blue) = 51+139+223=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #338BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BDF is #CC7420. Grayscale: #797979. Windows color (decimal): -13399073 or 14650163. OLE color: 14650163.

HSL color Cylindrical-coordinate representation of color #338BDF: hue angle of 209.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338BDF is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51139223-
CMYK0.770.3800.13
HSL209.3º72.88%53.73%-
HSV(B)209.3º77.13%87.45%-
XYZ23.9224.573.28-
YUV122.26184.8577.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.35%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 223 (87.5% from 255) = 54.00%
R=12.35%
G=33.66%
B=54.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511392230.770.3800.13209.372.8853.73
Hex338BDF4D260Dd14936
Octal632133371154601532111166
Binary1100111000101111011111100110110011001101110100011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338BDF; }

 p { color: rgb(51,139,223); }

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

<style>
 a { background-color: #338BDF; }

 a { background-color: rgb(51,139,223); }

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

<style>
 span { border-color: #338BDF; }

 span { border-color: rgb(51,139,223); }

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