Html Css Color HEX #338ADE Dodger Blue

📋 copy color: '#338ADE'

red 51 ◦ green 138 ◦ blue 222

#338ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #338ADE

Tints of Dodger Blue #338ADE

RGB

 RED value IS 51 (20.31% from 255) = 12.41%

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 12.41%
G = 33.58%
B = 54.01%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#338ADE (or 0x338ADE) is known color: Dodger Blue. HEX triplet: 33, 8A and DE. RGB value is (51,138,222). Sum of RGB (Red+Green+Blue) = 51+138+222=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #338ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ADE is #CC7521. Grayscale: #797979. Windows color (decimal): -13399330 or 14584371. OLE color: 14584371.

HSL color Cylindrical-coordinate representation of color #338ADE: hue angle of 209.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338ADE is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 138 222 -
CMYK 0.77 0.38 0 0.13
HSL 209.47º 0.72% 0.54% -
HSV(B) 209.47º 0.77% 0.87% -
XYZ 23.64 24.15 72.52 -
YUV 121.56 184.68 77.67 -
System Red Green Blue C M Y K H S L
Decimal 51 138 222 0.77 0.38 0 0.13 209.47 0.72 0.54
Hex 33 8A DE 4D 26 0 D D1 48 36
Octal 63 212 336 115 46 0 15 321 110 66
Binary 110011 10001010 11011110 1001101 100110 0 1101 11010001 1001000 110110

Color Harmonies of #338ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ADE

Black with #338ADE

Text Example


Text Example

White with #338ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #338ADE;
 }
 .AnyTagClassName
 {
   color: #338ADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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