#338EEE

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

Shades of Dodger Blue #338EEE

Tints of Dodger Blue #338EEE

Color information

#338EEE (or 0x338EEE) is unknown color: approx Dodger Blue. HEX triplet: 33, 8E and EE. RGB value is (51,142,238). Sum of RGB (Red+Green+Blue) = 51+142+238=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #338EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EEE is #CC7111. Grayscale: #7D7D7D. Windows color (decimal): -13398290 or 15633971. OLE color: 15633971.

HSL color Cylindrical-coordinate representation of color #338EEE: hue angle of 210.8º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338EEE is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB51142238-
CMYK0.790.4000.07
HSL210.8º84.62%56.67%-
HSV(B)210.8º78.57%93.33%-
XYZ26.4726.2284.56-
YUV125.74191.3574.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.83%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=11.83%
G=32.95%
B=55.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal511422380.790.4000.07210.884.6256.67
Hex338EEE4F2807d35539
Octal63216356117500732312571
Binary110011100011101110111010011111010000111110100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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