Html Css Color HEX #338DF7 Dodger Blue

📋 copy color: '#338DF7'

red 51 ◦ green 141 ◦ blue 247

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

Shades of Dodger Blue #338DF7

Tints of Dodger Blue #338DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.26%

R = 11.62%
G = 32.12%
B = 56.26%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#338DF7 (or 0x338DF7) is known color: Dodger Blue. HEX triplet: 33, 8D and F7. RGB value is (51,141,247). Sum of RGB (Red+Green+Blue) = 51+141+247=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #338DF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DF7 is #CC7208. Grayscale: #7D7D7D. Windows color (decimal): -13398537 or 16223539. OLE color: 16223539.

HSL color Cylindrical-coordinate representation of color #338DF7: hue angle of 212.45º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338DF7 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 141 247 -
CMYK 0.79 0.43 0 0.03
HSL 212.45º 0.92% 0.58% -
HSV(B) 212.45º 0.79% 0.97% -
XYZ 27.68 26.47 91.65 -
YUV 126.17 196.18 74.38 -
System Red Green Blue C M Y K H S L
Decimal 51 141 247 0.79 0.43 0 0.03 212.45 0.92 0.58
Hex 33 8D F7 4F 2B 0 3 D4 5C 3A
Octal 63 215 367 117 53 0 3 324 134 72
Binary 110011 10001101 11110111 1001111 101011 0 11 11010100 1011100 111010

Color Harmonies of #338DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DF7

Black with #338DF7

Text Example


Text Example

White with #338DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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