Html Css Color HEX #338DFD Dodger Blue

📋 copy color: '#338DFD'

red 51 ◦ green 141 ◦ blue 253

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

Shades of Dodger Blue #338DFD

Tints of Dodger Blue #338DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 11.46%
G = 31.69%
B = 56.85%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#338DFD (or 0x338DFD) is known color: Dodger Blue. HEX triplet: 33, 8D and FD. RGB value is (51,141,253). Sum of RGB (Red+Green+Blue) = 51+141+253=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #338DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DFD is #CC7202. Grayscale: #7E7E7E. Windows color (decimal): -13398531 or 16616755. OLE color: 16616755.

HSL color Cylindrical-coordinate representation of color #338DFD: hue angle of 213.27º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338DFD is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 141 253 -
CMYK 0.80 0.44 0 0.01
HSL 213.27º 0.98% 0.6% -
HSV(B) 213.27º 0.8% 0.99% -
XYZ 28.62 26.85 96.6 -
YUV 126.86 199.18 73.89 -
System Red Green Blue C M Y K H S L
Decimal 51 141 253 0.80 0.44 0 0.01 213.27 0.98 0.6
Hex 33 8D FD 50 2C 0 1 D5 62 3C
Octal 63 215 375 120 54 0 1 325 142 74
Binary 110011 10001101 11111101 1010000 101100 0 1 11010101 1100010 111100

Color Harmonies of #338DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DFD

Black with #338DFD

Text Example


Text Example

White with #338DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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