Html Css Color HEX #3187FF Dodger Blue

📋 copy color: '#3187FF'

red 49 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #3187FF

Tints of Dodger Blue #3187FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.75%

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

R = 11.16%
G = 30.75%
B = 58.09%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3187FF (or 0x3187FF) is known color: Dodger Blue. HEX triplet: 31, 87 and FF. RGB value is (49,135,255). Sum of RGB (Red+Green+Blue) = 49+135+255=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #3187FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3187FF is #CE7800. Grayscale: #7A7A7A. Windows color (decimal): -13531137 or 16746289. OLE color: 16746289.

HSL color Cylindrical-coordinate representation of color #3187FF: hue angle of 214.95º 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 #3187FF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 135 255 -
CMYK 0.81 0.47 0 0
HSL 214.95º 1% 0.6% -
HSV(B) 214.95º 0.81% 1% -
XYZ 27.98 25.2 98 -
YUV 122.97 202.51 75.24 -
System Red Green Blue C M Y K H S L
Decimal 49 135 255 0.81 0.47 0 0 214.95 1 0.6
Hex 31 87 FF 51 2F 0 0 D7 64 3C
Octal 61 207 377 121 57 0 0 327 144 74
Binary 110001 10000111 11111111 1010001 101111 0 0 11010111 1100100 111100

Color Harmonies of #3187FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3187FF

Black with #3187FF

Text Example


Text Example

White with #3187FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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