Html Css Color HEX #3385EE Dodger Blue

📋 copy color: '#3385EE'

red 51 ◦ green 133 ◦ blue 238

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

Shades of Dodger Blue #3385EE

Tints of Dodger Blue #3385EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 12.09%
G = 31.52%
B = 56.4%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3385EE (or 0x3385EE) is known color: Dodger Blue. HEX triplet: 33, 85 and EE. RGB value is (51,133,238). Sum of RGB (Red+Green+Blue) = 51+133+238=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #3385EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3385EE is #CC7A11. Grayscale: #777777. Windows color (decimal): -13400594 or 15631667. OLE color: 15631667.

HSL color Cylindrical-coordinate representation of color #3385EE: hue angle of 213.69º 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 #3385EE is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 133 238 -
CMYK 0.79 0.44 0 0.07
HSL 213.69º 0.85% 0.57% -
HSV(B) 213.69º 0.79% 0.93% -
XYZ 25.19 23.65 84.13 -
YUV 120.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 51 133 238 0.79 0.44 0 0.07 213.69 0.85 0.57
Hex 33 85 EE 4F 2C 0 7 D6 55 39
Octal 63 205 356 117 54 0 7 326 125 71
Binary 110011 10000101 11101110 1001111 101100 0 111 11010110 1010101 111001

Color Harmonies of #3385EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385EE

Black with #3385EE

Text Example


Text Example

White with #3385EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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