Html Css Color HEX #3188EF Dodger Blue

📋 copy color: '#3188EF'

red 49 ◦ green 136 ◦ blue 239

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

Shades of Dodger Blue #3188EF

Tints of Dodger Blue #3188EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 11.56%
G = 32.08%
B = 56.37%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3188EF (or 0x3188EF) is known color: Dodger Blue. HEX triplet: 31, 88 and EF. RGB value is (49,136,239). Sum of RGB (Red+Green+Blue) = 49+136+239=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #3188EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3188EF is #CE7710. Grayscale: #797979. Windows color (decimal): -13530897 or 15697969. OLE color: 15697969.

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

Color convert

RGB 49 136 239 -
CMYK 0.79 0.43 0 0.06
HSL 212.53º 0.86% 0.56% -
HSV(B) 212.53º 0.79% 0.94% -
XYZ 25.65 24.49 85.04 -
YUV 121.73 194.18 76.12 -
System Red Green Blue C M Y K H S L
Decimal 49 136 239 0.79 0.43 0 0.06 212.53 0.86 0.56
Hex 31 88 EF 4F 2B 0 6 D5 56 38
Octal 61 210 357 117 53 0 6 325 126 70
Binary 110001 10001000 11101111 1001111 101011 0 110 11010101 1010110 111000

Color Harmonies of #3188EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188EF

Black with #3188EF

Text Example


Text Example

White with #3188EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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