#338BED

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

Shades of Dodger Blue #338BED

Tints of Dodger Blue #338BED

Color information

#338BED (or 0x338BED) is unknown color: approx Dodger Blue. HEX triplet: 33, 8B and ED. RGB value is (51,139,237). Sum of RGB (Red+Green+Blue) = 51+139+237=427 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.94% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #338BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BED is #CC7412. Grayscale: #7B7B7B. Windows color (decimal): -13399059 or 15567667. OLE color: 15567667.

HSL color Cylindrical-coordinate representation of color #338BED: hue angle of 211.61º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338BED is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB51139237-
CMYK0.780.4100.07
HSL211.61º83.78%56.47%-
HSV(B)211.61º78.48%92.94%-
XYZ25.8825.2883.64-
YUV123.86191.8576.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.94%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 237 (92.97% from 255) = 55.50%
R=11.94%
G=32.55%
B=55.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal511392370.780.4100.07211.6183.7856.47
Hex338BED4E2907d45438
Octal63213355116510732412470
Binary110011100010111110110110011101010010111110101001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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