Html Css Color HEX #2F86DF Dodger Blue

📋 copy color: '#2F86DF'

red 47 ◦ green 134 ◦ blue 223

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

Shades of Dodger Blue #2F86DF

Tints of Dodger Blue #2F86DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 11.63%
G = 33.17%
B = 55.2%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F86DF (or 0x2F86DF) is known color: Dodger Blue. HEX triplet: 2F, 86 and DF. RGB value is (47,134,223). Sum of RGB (Red+Green+Blue) = 47+134+223=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F86DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F86DF is #D07920. Grayscale: #757575. Windows color (decimal): -13662497 or 14648879. OLE color: 14648879.

HSL color Cylindrical-coordinate representation of color #2F86DF: hue angle of 210.34º degrees, saturation: 0.73, 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 #2F86DF is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 134 223 -
CMYK 0.79 0.40 0 0.13
HSL 210.34º 0.73% 0.53% -
HSV(B) 210.34º 0.79% 0.87% -
XYZ 23.02 22.98 73.03 -
YUV 118.13 187.18 77.26 -
System Red Green Blue C M Y K H S L
Decimal 47 134 223 0.79 0.40 0 0.13 210.34 0.73 0.53
Hex 2F 86 DF 4F 28 0 D D2 49 35
Octal 57 206 337 117 50 0 15 322 111 65
Binary 101111 10000110 11011111 1001111 101000 0 1101 11010010 1001001 110101

Color Harmonies of #2F86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F86DF

Black with #2F86DF

Text Example


Text Example

White with #2F86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,134,223); }

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

background-color css

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

 a { background-color: rgb(47,134,223); }

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

border-color css

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

 span { border-color: rgb(47,134,223); }

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