Html Css Color HEX #3185EE Dodger Blue

📋 copy color: '#3185EE'

red 49 ◦ green 133 ◦ blue 238

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

Shades of Dodger Blue #3185EE

Tints of Dodger Blue #3185EE

RGB

 RED value IS 49 (19.53% from 255) = 11.67%

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

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

R = 11.67%
G = 31.67%
B = 56.67%

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

#3185EE (or 0x3185EE) is known color: Dodger Blue. HEX triplet: 31, 85 and EE. RGB value is (49,133,238). Sum of RGB (Red+Green+Blue) = 49+133+238=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #3185EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3185EE is #CE7A11. Grayscale: #777777. Windows color (decimal): -13531666 or 15631665. OLE color: 15631665.

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

Color convert

RGB 49 133 238 -
CMYK 0.79 0.44 0 0.07
HSL 213.33º 0.85% 0.56% -
HSV(B) 213.33º 0.79% 0.93% -
XYZ 25.09 23.6 84.12 -
YUV 119.85 194.67 77.46 -
System Red Green Blue C M Y K H S L
Decimal 49 133 238 0.79 0.44 0 0.07 213.33 0.85 0.56
Hex 31 85 EE 4F 2C 0 7 D5 55 38
Octal 61 205 356 117 54 0 7 325 125 70
Binary 110001 10000101 11101110 1001111 101100 0 111 11010101 1010101 111000

Color Harmonies of #3185EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3185EE

Black with #3185EE

Text Example


Text Example

White with #3185EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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