Html Css Color HEX #337DFF Dodger Blue

📋 copy color: '#337DFF'

red 51 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #337DFF

Tints of Dodger Blue #337DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 255 (100% from 255) = 59.16%

R = 11.83%
G = 29%
B = 59.16%

CMYK

 C value IS 0.8

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#337DFF (or 0x337DFF) is known color: Dodger Blue. HEX triplet: 33, 7D and FF. RGB value is (51,125,255). Sum of RGB (Red+Green+Blue) = 51+125+255=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #337DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #337DFF is #CC8200. Grayscale: #757575. Windows color (decimal): -13402625 or 16743731. OLE color: 16743731.

HSL color Cylindrical-coordinate representation of color #337DFF: hue angle of 218.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #337DFF is Cyan = 0.8, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 125 255 -
CMYK 0.8 0.51 0 0
HSL 218.24º 1% 0.6% -
HSV(B) 218.24º 0.8% 1% -
XYZ 26.75 22.59 97.56 -
YUV 117.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 51 125 255 0.8 0.51 0 0 218.24 1 0.6
Hex 33 7D FF 50 33 0 0 DA 64 3C
Octal 63 175 377 120 63 0 0 332 144 74
Binary 110011 1111101 11111111 1010000 110011 0 0 11011010 1100100 111100

Color Harmonies of #337DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DFF

Black with #337DFF

Text Example


Text Example

White with #337DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337DFF; }

 p { color: rgb(51,125,255); }

 H1.HeaderClassName
 {
   color: #337DFF;
 }
 .AnyTagClassName
 {
   color: #337DFF;
 }
</style>

background-color css

<style>
 a { background-color: #337DFF; }

 a { background-color: rgb(51,125,255); }

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

border-color css

<style>
 span { border-color: #337DFF; }

 span { border-color: rgb(51,125,255); }

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