Html Css Color HEX #2987EB Dodger Blue

📋 copy color: '#2987EB'

red 41 ◦ green 135 ◦ blue 235

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

Shades of Dodger Blue #2987EB

Tints of Dodger Blue #2987EB

RGB

 RED value IS 41 (16.41% from 255) = 9.98%

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

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 9.98%
G = 32.85%
B = 57.18%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2987EB (or 0x2987EB) is known color: Dodger Blue. HEX triplet: 29, 87 and EB. RGB value is (41,135,235). Sum of RGB (Red+Green+Blue) = 41+135+235=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #2987EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2987EB is #D67814. Grayscale: #757575. Windows color (decimal): -14055445 or 15435561. OLE color: 15435561.

HSL color Cylindrical-coordinate representation of color #2987EB: hue angle of 210.93º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2987EB is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 135 235 -
CMYK 0.83 0.43 0 0.08
HSL 210.93º 0.83% 0.54% -
HSV(B) 210.93º 0.83% 0.92% -
XYZ 24.57 23.8 81.9 -
YUV 118.29 193.86 72.87 -
System Red Green Blue C M Y K H S L
Decimal 41 135 235 0.83 0.43 0 0.08 210.93 0.83 0.54
Hex 29 87 EB 53 2B 0 8 D3 53 36
Octal 51 207 353 123 53 0 10 323 123 66
Binary 101001 10000111 11101011 1010011 101011 0 1000 11010011 1010011 110110

Color Harmonies of #2987EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2987EB

Black with #2987EB

Text Example


Text Example

White with #2987EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2987EB; }

 p { color: rgb(41,135,235); }

 H1.HeaderClassName
 {
   color: #2987EB;
 }
 .AnyTagClassName
 {
   color: #2987EB;
 }
</style>

background-color css

<style>
 a { background-color: #2987EB; }

 a { background-color: rgb(41,135,235); }

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

border-color css

<style>
 span { border-color: #2987EB; }

 span { border-color: rgb(41,135,235); }

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