Html Css Color HEX #3188EE Dodger Blue

📋 copy color: '#3188EE'

red 49 ◦ green 136 ◦ blue 238

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

Shades of Dodger Blue #3188EE

Tints of Dodger Blue #3188EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 11.58%
G = 32.15%
B = 56.26%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3188EE (or 0x3188EE) is known color: Dodger Blue. HEX triplet: 31, 88 and EE. RGB value is (49,136,238). Sum of RGB (Red+Green+Blue) = 49+136+238=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #3188EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3188EE is #CE7711. Grayscale: #797979. Windows color (decimal): -13530898 or 15632433. OLE color: 15632433.

HSL color Cylindrical-coordinate representation of color #3188EE: hue angle of 212.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3188EE is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 136 238 -
CMYK 0.79 0.43 0 0.07
HSL 212.38º 0.85% 0.56% -
HSV(B) 212.38º 0.79% 0.93% -
XYZ 25.5 24.43 84.26 -
YUV 121.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 49 136 238 0.79 0.43 0 0.07 212.38 0.85 0.56
Hex 31 88 EE 4F 2B 0 7 D4 55 38
Octal 61 210 356 117 53 0 7 324 125 70
Binary 110001 10001000 11101110 1001111 101011 0 111 11010100 1010101 111000

Color Harmonies of #3188EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188EE

Black with #3188EE

Text Example


Text Example

White with #3188EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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