Html Css Color HEX #3188F6 Dodger Blue

📋 copy color: '#3188F6'

red 49 ◦ green 136 ◦ blue 246

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

Shades of Dodger Blue #3188F6

Tints of Dodger Blue #3188F6

RGB

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

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

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

R = 11.37%
G = 31.55%
B = 57.08%

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

#3188F6 (or 0x3188F6) is known color: Dodger Blue. HEX triplet: 31, 88 and F6. RGB value is (49,136,246). Sum of RGB (Red+Green+Blue) = 49+136+246=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #3188F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3188F6 is #CE7709. Grayscale: #7A7A7A. Windows color (decimal): -13530890 or 16156721. OLE color: 16156721.

HSL color Cylindrical-coordinate representation of color #3188F6: hue angle of 213.5º 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 #3188F6 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 136 246 -
CMYK 0.80 0.45 0 0.04
HSL 213.5º 0.92% 0.58% -
HSV(B) 213.5º 0.8% 0.96% -
XYZ 26.71 24.92 90.59 -
YUV 122.53 197.68 75.56 -
System Red Green Blue C M Y K H S L
Decimal 49 136 246 0.80 0.45 0 0.04 213.5 0.92 0.58
Hex 31 88 F6 50 2D 0 4 D6 5C 3A
Octal 61 210 366 120 55 0 4 326 134 72
Binary 110001 10001000 11110110 1010000 101101 0 100 11010110 1011100 111010

Color Harmonies of #3188F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188F6

Black with #3188F6

Text Example


Text Example

White with #3188F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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