Html Css Color HEX #3188FF Dodger Blue

📋 copy color: '#3188FF'

red 49 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #3188FF

Tints of Dodger Blue #3188FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 11.14%
G = 30.91%
B = 57.95%

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

#3188FF (or 0x3188FF) is known color: Dodger Blue. HEX triplet: 31, 88 and FF. RGB value is (49,136,255). Sum of RGB (Red+Green+Blue) = 49+136+255=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3188FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3188FF is #CE7700. Grayscale: #7A7A7A. Windows color (decimal): -13530881 or 16746545. OLE color: 16746545.

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

Color convert

RGB 49 136 255 -
CMYK 0.81 0.47 0 0
HSL 214.66º 1% 0.6% -
HSV(B) 214.66º 0.81% 1% -
XYZ 28.12 25.48 98.04 -
YUV 123.55 202.18 74.82 -
System Red Green Blue C M Y K H S L
Decimal 49 136 255 0.81 0.47 0 0 214.66 1 0.6
Hex 31 88 FF 51 2F 0 0 D7 64 3C
Octal 61 210 377 121 57 0 0 327 144 74
Binary 110001 10001000 11111111 1010001 101111 0 0 11010111 1100100 111100

Color Harmonies of #3188FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188FF

Black with #3188FF

Text Example


Text Example

White with #3188FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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