Html Css Color HEX #338DFE Dodger Blue

📋 copy color: '#338DFE'

red 51 ◦ green 141 ◦ blue 254

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

Shades of Dodger Blue #338DFE

Tints of Dodger Blue #338DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 11.43%
G = 31.61%
B = 56.95%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#338DFE (or 0x338DFE) is known color: Dodger Blue. HEX triplet: 33, 8D and FE. RGB value is (51,141,254). Sum of RGB (Red+Green+Blue) = 51+141+254=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #338DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DFE is #CC7201. Grayscale: #7E7E7E. Windows color (decimal): -13398530 or 16682291. OLE color: 16682291.

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

Color convert

RGB 51 141 254 -
CMYK 0.80 0.44 0 0.00
HSL 213.4º 0.99% 0.6% -
HSV(B) 213.4º 0.8% 1% -
XYZ 28.78 26.91 97.44 -
YUV 126.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 51 141 254 0.80 0.44 0 0.00 213.4 0.99 0.6
Hex 33 8D FE 50 2C 0 0 D5 63 3C
Octal 63 215 376 120 54 0 0 325 143 74
Binary 110011 10001101 11111110 1010000 101100 0 0 11010101 1100011 111100

Color Harmonies of #338DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DFE

Black with #338DFE

Text Example


Text Example

White with #338DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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