Html Css Color HEX #2987F4 Dodger Blue

📋 copy color: '#2987F4'

red 41 ◦ green 135 ◦ blue 244

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

Shades of Dodger Blue #2987F4

Tints of Dodger Blue #2987F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 58.1%

R = 9.76%
G = 32.14%
B = 58.1%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2987F4 (or 0x2987F4) is known color: Dodger Blue. HEX triplet: 29, 87 and F4. RGB value is (41,135,244). Sum of RGB (Red+Green+Blue) = 41+135+244=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #2987F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2987F4 is #D6780B. Grayscale: #767676. Windows color (decimal): -14055436 or 16025385. OLE color: 16025385.

HSL color Cylindrical-coordinate representation of color #2987F4: hue angle of 212.22º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2987F4 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 135 244 -
CMYK 0.83 0.45 0 0.04
HSL 212.22º 0.9% 0.56% -
HSV(B) 212.22º 0.83% 0.96% -
XYZ 25.91 24.33 88.92 -
YUV 119.32 198.36 72.14 -
System Red Green Blue C M Y K H S L
Decimal 41 135 244 0.83 0.45 0 0.04 212.22 0.9 0.56
Hex 29 87 F4 53 2D 0 4 D4 5A 38
Octal 51 207 364 123 55 0 4 324 132 70
Binary 101001 10000111 11110100 1010011 101101 0 100 11010100 1011010 111000

Color Harmonies of #2987F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2987F4

Black with #2987F4

Text Example


Text Example

White with #2987F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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