Html Css Color HEX #2987E7 Dodger Blue

📋 copy color: '#2987E7'

red 41 ◦ green 135 ◦ blue 231

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

Shades of Dodger Blue #2987E7

Tints of Dodger Blue #2987E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.76%

R = 10.07%
G = 33.17%
B = 56.76%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2987E7 (or 0x2987E7) is known color: Dodger Blue. HEX triplet: 29, 87 and E7. RGB value is (41,135,231). Sum of RGB (Red+Green+Blue) = 41+135+231=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #2987E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2987E7 is #D67818. Grayscale: #757575. Windows color (decimal): -14055449 or 15173417. OLE color: 15173417.

HSL color Cylindrical-coordinate representation of color #2987E7: hue angle of 210.32º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2987E7 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 135 231 -
CMYK 0.82 0.42 0 0.09
HSL 210.32º 0.8% 0.53% -
HSV(B) 210.32º 0.82% 0.91% -
XYZ 24 23.57 78.89 -
YUV 117.84 191.86 73.19 -
System Red Green Blue C M Y K H S L
Decimal 41 135 231 0.82 0.42 0 0.09 210.32 0.8 0.53
Hex 29 87 E7 52 2A 0 9 D2 50 35
Octal 51 207 347 122 52 0 11 322 120 65
Binary 101001 10000111 11100111 1010010 101010 0 1001 11010010 1010000 110101

Color Harmonies of #2987E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2987E7

Black with #2987E7

Text Example


Text Example

White with #2987E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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