Html Css Color HEX #2F87DD Dodger Blue

📋 copy color: '#2F87DD'

red 47 ◦ green 135 ◦ blue 221

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

Shades of Dodger Blue #2F87DD

Tints of Dodger Blue #2F87DD

RGB

 RED value IS 47 (18.75% from 255) = 11.66%

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 11.66%
G = 33.5%
B = 54.84%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F87DD (or 0x2F87DD) is known color: Dodger Blue. HEX triplet: 2F, 87 and DD. RGB value is (47,135,221). Sum of RGB (Red+Green+Blue) = 47+135+221=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F87DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F87DD is #D07822. Grayscale: #767676. Windows color (decimal): -13662243 or 14518063. OLE color: 14518063.

HSL color Cylindrical-coordinate representation of color #2F87DD: hue angle of 209.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F87DD is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 135 221 -
CMYK 0.79 0.39 0 0.13
HSL 209.66º 0.72% 0.53% -
HSV(B) 209.66º 0.79% 0.87% -
XYZ 22.89 23.15 71.67 -
YUV 118.49 185.85 77.01 -
System Red Green Blue C M Y K H S L
Decimal 47 135 221 0.79 0.39 0 0.13 209.66 0.72 0.53
Hex 2F 87 DD 4F 27 0 D D2 48 35
Octal 57 207 335 117 47 0 15 322 110 65
Binary 101111 10000111 11011101 1001111 100111 0 1101 11010010 1001000 110101

Color Harmonies of #2F87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F87DD

Black with #2F87DD

Text Example


Text Example

White with #2F87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F87DD; }

 p { color: rgb(47,135,221); }

 H1.HeaderClassName
 {
   color: #2F87DD;
 }
 .AnyTagClassName
 {
   color: #2F87DD;
 }
</style>

background-color css

<style>
 a { background-color: #2F87DD; }

 a { background-color: rgb(47,135,221); }

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

border-color css

<style>
 span { border-color: #2F87DD; }

 span { border-color: rgb(47,135,221); }

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