Html Css Color HEX #3187EA Dodger Blue

📋 copy color: '#3187EA'

red 49 ◦ green 135 ◦ blue 234

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

Shades of Dodger Blue #3187EA

Tints of Dodger Blue #3187EA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

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

R = 11.72%
G = 32.3%
B = 55.98%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3187EA (or 0x3187EA) is known color: Dodger Blue. HEX triplet: 31, 87 and EA. RGB value is (49,135,234). Sum of RGB (Red+Green+Blue) = 49+135+234=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #3187EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3187EA is #CE7815. Grayscale: #787878. Windows color (decimal): -13531158 or 15370033. OLE color: 15370033.

HSL color Cylindrical-coordinate representation of color #3187EA: hue angle of 212.11º 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 #3187EA is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 135 234 -
CMYK 0.79 0.42 0 0.08
HSL 212.11º 0.81% 0.55% -
HSV(B) 212.11º 0.79% 0.92% -
XYZ 24.78 23.92 81.15 -
YUV 120.57 192.01 76.95 -
System Red Green Blue C M Y K H S L
Decimal 49 135 234 0.79 0.42 0 0.08 212.11 0.81 0.55
Hex 31 87 EA 4F 2A 0 8 D4 51 37
Octal 61 207 352 117 52 0 10 324 121 67
Binary 110001 10000111 11101010 1001111 101010 0 1000 11010100 1010001 110111

Color Harmonies of #3187EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3187EA

Black with #3187EA

Text Example


Text Example

White with #3187EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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