Html Css Color HEX #3185FF Dodger Blue

📋 copy color: '#3185FF'

red 49 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #3185FF

Tints of Dodger Blue #3185FF

RGB

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

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

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

R = 11.21%
G = 30.43%
B = 58.35%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3185FF (or 0x3185FF) is known color: Dodger Blue. HEX triplet: 31, 85 and FF. RGB value is (49,133,255). Sum of RGB (Red+Green+Blue) = 49+133+255=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #3185FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3185FF is #CE7A00. Grayscale: #797979. Windows color (decimal): -13531649 or 16745777. OLE color: 16745777.

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

Color convert

RGB 49 133 255 -
CMYK 0.81 0.48 0 0
HSL 215.53º 1% 0.6% -
HSV(B) 215.53º 0.81% 1% -
XYZ 27.7 24.65 97.91 -
YUV 121.79 203.17 76.08 -
System Red Green Blue C M Y K H S L
Decimal 49 133 255 0.81 0.48 0 0 215.53 1 0.6
Hex 31 85 FF 51 30 0 0 D8 64 3C
Octal 61 205 377 121 60 0 0 330 144 74
Binary 110001 10000101 11111111 1010001 110000 0 0 11011000 1100100 111100

Color Harmonies of #3185FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3185FF

Black with #3185FF

Text Example


Text Example

White with #3185FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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