#338AF5

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

Shades of Dodger Blue #338AF5

Tints of Dodger Blue #338AF5

Color information

#338AF5 (or 0x338AF5) is unknown color: approx Dodger Blue. HEX triplet: 33, 8A and F5. RGB value is (51,138,245). Sum of RGB (Red+Green+Blue) = 51+138+245=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #338AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AF5 is #CC750A. Grayscale: #7B7B7B. Windows color (decimal): -13399307 or 16091699. OLE color: 16091699.

HSL color Cylindrical-coordinate representation of color #338AF5: hue angle of 213.09º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338AF5 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB51138245-
CMYK0.790.4400.04
HSL213.09º90.65%58.04%-
HSV(B)213.09º79.18%96.08%-
XYZ26.9425.4789.88-
YUV124.18196.1875.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.75%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 245 (96.09% from 255) = 56.45%
R=11.75%
G=31.80%
B=56.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal511382450.790.4400.04213.0990.6558.04
Hex338AF54F2C04d55b3a
Octal63212365117540432513372
Binary110011100010101111010110011111011000100110101011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,138,245); }

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

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

 a { background-color: rgb(51,138,245); }

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

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

 span { border-color: rgb(51,138,245); }

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