#338EFF

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

Shades of Dodger Blue #338EFF

Tints of Dodger Blue #338EFF

Color information

#338EFF (or 0x338EFF) is unknown color: approx Dodger Blue. HEX triplet: 33, 8E and FF. RGB value is (51,142,255). Sum of RGB (Red+Green+Blue) = 51+142+255=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #338EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EFF is #CC7100. Grayscale: #7F7F7F. Windows color (decimal): -13398273 or 16748083. OLE color: 16748083.

HSL color Cylindrical-coordinate representation of color #338EFF: hue angle of 213.24º 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 #338EFF is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51142255-
CMYK0.80.4400
HSL213.24º100%60%-
HSV(B)213.24º80%100%-
XYZ29.0927.2798.34-
YUV127.67199.8573.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.38%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 255 (100% from 255) = 56.92%
R=11.38%
G=31.70%
B=56.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511422550.80.4400213.2410060
Hex338EFF502C00d5643c
Octal63216377120540032514474
Binary1100111000111011111111101000010110000110101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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