Html Css Color HEX #3199EA Dodger Blue

📋 copy color: '#3199EA'

red 49 ◦ green 153 ◦ blue 234

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

Shades of Dodger Blue #3199EA

Tints of Dodger Blue #3199EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 11.24%
G = 35.09%
B = 53.67%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3199EA (or 0x3199EA) is known color: Dodger Blue. HEX triplet: 31, 99 and EA. RGB value is (49,153,234). Sum of RGB (Red+Green+Blue) = 49+153+234=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #3199EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3199EA is #CE6615. Grayscale: #828282. Windows color (decimal): -13526550 or 15374641. OLE color: 15374641.

HSL color Cylindrical-coordinate representation of color #3199EA: hue angle of 206.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3199EA is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 153 234 -
CMYK 0.79 0.35 0 0.08
HSL 206.27º 0.81% 0.55% -
HSV(B) 206.27º 0.79% 0.92% -
XYZ 27.51 29.38 82.06 -
YUV 131.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 49 153 234 0.79 0.35 0 0.08 206.27 0.81 0.55
Hex 31 99 EA 4F 23 0 8 CE 51 37
Octal 61 231 352 117 43 0 10 316 121 67
Binary 110001 10011001 11101010 1001111 100011 0 1000 11001110 1010001 110111

Color Harmonies of #3199EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3199EA

Black with #3199EA

Text Example


Text Example

White with #3199EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3199EA; }

 p { color: rgb(49,153,234); }

 H1.HeaderClassName
 {
   color: #3199EA;
 }
 .AnyTagClassName
 {
   color: #3199EA;
 }
</style>

background-color css

<style>
 a { background-color: #3199EA; }

 a { background-color: rgb(49,153,234); }

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

border-color css

<style>
 span { border-color: #3199EA; }

 span { border-color: rgb(49,153,234); }

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