Html Css Color HEX #3187F6 Dodger Blue

📋 copy color: '#3187F6'

red 49 ◦ green 135 ◦ blue 246

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

Shades of Dodger Blue #3187F6

Tints of Dodger Blue #3187F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.21%

R = 11.4%
G = 31.4%
B = 57.21%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3187F6 (or 0x3187F6) is known color: Dodger Blue. HEX triplet: 31, 87 and F6. RGB value is (49,135,246). Sum of RGB (Red+Green+Blue) = 49+135+246=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #3187F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3187F6 is #CE7809. Grayscale: #797979. Windows color (decimal): -13531146 or 16156465. OLE color: 16156465.

HSL color Cylindrical-coordinate representation of color #3187F6: hue angle of 213.81º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3187F6 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 135 246 -
CMYK 0.80 0.45 0 0.04
HSL 213.81º 0.92% 0.58% -
HSV(B) 213.81º 0.8% 0.96% -
XYZ 26.57 24.63 90.54 -
YUV 121.94 198.01 75.97 -
System Red Green Blue C M Y K H S L
Decimal 49 135 246 0.80 0.45 0 0.04 213.81 0.92 0.58
Hex 31 87 F6 50 2D 0 4 D6 5C 3A
Octal 61 207 366 120 55 0 4 326 134 72
Binary 110001 10000111 11110110 1010000 101101 0 100 11010110 1011100 111010

Color Harmonies of #3187F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3187F6

Black with #3187F6

Text Example


Text Example

White with #3187F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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