Html Css Color HEX #3384EE Dodger Blue

📋 copy color: '#3384EE'

red 51 ◦ green 132 ◦ blue 238

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

Shades of Dodger Blue #3384EE

Tints of Dodger Blue #3384EE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 12.11%
G = 31.35%
B = 56.53%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3384EE (or 0x3384EE) is known color: Dodger Blue. HEX triplet: 33, 84 and EE. RGB value is (51,132,238). Sum of RGB (Red+Green+Blue) = 51+132+238=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #3384EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3384EE is #CC7B11. Grayscale: #777777. Windows color (decimal): -13400850 or 15631411. OLE color: 15631411.

HSL color Cylindrical-coordinate representation of color #3384EE: hue angle of 214.01º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3384EE is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 132 238 -
CMYK 0.79 0.45 0 0.07
HSL 214.01º 0.85% 0.57% -
HSV(B) 214.01º 0.79% 0.93% -
XYZ 25.05 23.38 84.08 -
YUV 119.87 194.66 78.88 -
System Red Green Blue C M Y K H S L
Decimal 51 132 238 0.79 0.45 0 0.07 214.01 0.85 0.57
Hex 33 84 EE 4F 2D 0 7 D6 55 39
Octal 63 204 356 117 55 0 7 326 125 71
Binary 110011 10000100 11101110 1001111 101101 0 111 11010110 1010101 111001

Color Harmonies of #3384EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3384EE

Black with #3384EE

Text Example


Text Example

White with #3384EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3384EE; }

 p { color: rgb(51,132,238); }

 H1.HeaderClassName
 {
   color: #3384EE;
 }
 .AnyTagClassName
 {
   color: #3384EE;
 }
</style>

background-color css

<style>
 a { background-color: #3384EE; }

 a { background-color: rgb(51,132,238); }

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

border-color css

<style>
 span { border-color: #3384EE; }

 span { border-color: rgb(51,132,238); }

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