#338FFF

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

Shades of Dodger Blue #338FFF

Tints of Dodger Blue #338FFF

Color information

#338FFF (or 0x338FFF) is unknown color: approx Dodger Blue. HEX triplet: 33, 8F and FF. RGB value is (51,143,255). Sum of RGB (Red+Green+Blue) = 51+143+255=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #338FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FFF is #CC7000. Grayscale: #7F7F7F. Windows color (decimal): -13398017 or 16748339. OLE color: 16748339.

HSL color Cylindrical-coordinate representation of color #338FFF: hue angle of 212.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338FFF is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51143255-
CMYK0.80.4400
HSL212.94º100%60%-
HSV(B)212.94º80%100%-
XYZ29.2427.5798.39-
YUV128.26199.5272.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.36%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 56.79%
R=11.36%
G=31.85%
B=56.79%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511432550.80.4400212.9410060
Hex338FFF502C00d5643c
Octal63217377120540032514474
Binary1100111000111111111111101000010110000110101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,143,255); }

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

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

 a { background-color: rgb(51,143,255); }

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

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

 span { border-color: rgb(51,143,255); }

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