Html Css Color HEX #338DDF Dodger Blue

📋 copy color: '#338DDF'

red 51 ◦ green 141 ◦ blue 223

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

Shades of Dodger Blue #338DDF

Tints of Dodger Blue #338DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 12.29%
G = 33.98%
B = 53.73%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#338DDF (or 0x338DDF) is known color: Dodger Blue. HEX triplet: 33, 8D and DF. RGB value is (51,141,223). Sum of RGB (Red+Green+Blue) = 51+141+223=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #338DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DDF is #CC7220. Grayscale: #7B7B7B. Windows color (decimal): -13398561 or 14650675. OLE color: 14650675.

HSL color Cylindrical-coordinate representation of color #338DDF: hue angle of 208.6º degrees, saturation: 0.73, 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 #338DDF is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 141 223 -
CMYK 0.77 0.37 0 0.13
HSL 208.6º 0.73% 0.54% -
HSV(B) 208.6º 0.77% 0.87% -
XYZ 24.21 25.08 73.38 -
YUV 123.44 184.18 76.33 -
System Red Green Blue C M Y K H S L
Decimal 51 141 223 0.77 0.37 0 0.13 208.6 0.73 0.54
Hex 33 8D DF 4D 25 0 D D1 49 36
Octal 63 215 337 115 45 0 15 321 111 66
Binary 110011 10001101 11011111 1001101 100101 0 1101 11010001 1001001 110110

Color Harmonies of #338DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DDF

Black with #338DDF

Text Example


Text Example

White with #338DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,141,223); }

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

background-color css

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

 a { background-color: rgb(51,141,223); }

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

border-color css

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

 span { border-color: rgb(51,141,223); }

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