Html Css Color HEX #338DEF Dodger Blue

📋 copy color: '#338DEF'

red 51 ◦ green 141 ◦ blue 239

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

Shades of Dodger Blue #338DEF

Tints of Dodger Blue #338DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 11.83%
G = 32.71%
B = 55.45%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#338DEF (or 0x338DEF) is known color: Dodger Blue. HEX triplet: 33, 8D and EF. RGB value is (51,141,239). Sum of RGB (Red+Green+Blue) = 51+141+239=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #338DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DEF is #CC7210. Grayscale: #7C7C7C. Windows color (decimal): -13398545 or 15699251. OLE color: 15699251.

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

Color convert

RGB 51 141 239 -
CMYK 0.79 0.41 0 0.06
HSL 211.28º 0.85% 0.57% -
HSV(B) 211.28º 0.79% 0.94% -
XYZ 26.47 25.99 85.28 -
YUV 125.26 192.18 75.03 -
System Red Green Blue C M Y K H S L
Decimal 51 141 239 0.79 0.41 0 0.06 211.28 0.85 0.57
Hex 33 8D EF 4F 29 0 6 D3 55 39
Octal 63 215 357 117 51 0 6 323 125 71
Binary 110011 10001101 11101111 1001111 101001 0 110 11010011 1010101 111001

Color Harmonies of #338DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DEF

Black with #338DEF

Text Example


Text Example

White with #338DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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