Html Css Color HEX #2987FF Dodger Blue

📋 copy color: '#2987FF'

red 41 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #2987FF

Tints of Dodger Blue #2987FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 9.51%
G = 31.32%
B = 59.16%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2987FF (or 0x2987FF) is known color: Dodger Blue. HEX triplet: 29, 87 and FF. RGB value is (41,135,255). Sum of RGB (Red+Green+Blue) = 41+135+255=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #2987FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2987FF is #D67800. Grayscale: #777777. Windows color (decimal): -14055425 or 16746281. OLE color: 16746281.

HSL color Cylindrical-coordinate representation of color #2987FF: hue angle of 213.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2987FF is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 135 255 -
CMYK 0.84 0.47 0 0
HSL 213.64º 1% 0.58% -
HSV(B) 213.64º 0.84% 1% -
XYZ 27.63 25.02 97.98 -
YUV 120.57 203.86 71.24 -
System Red Green Blue C M Y K H S L
Decimal 41 135 255 0.84 0.47 0 0 213.64 1 0.58
Hex 29 87 FF 54 2F 0 0 D6 64 3A
Octal 51 207 377 124 57 0 0 326 144 72
Binary 101001 10000111 11111111 1010100 101111 0 0 11010110 1100100 111010

Color Harmonies of #2987FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2987FF

Black with #2987FF

Text Example


Text Example

White with #2987FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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