Html Css Color HEX #2F86EF Dodger Blue

📋 copy color: '#2F86EF'

red 47 ◦ green 134 ◦ blue 239

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

Shades of Dodger Blue #2F86EF

Tints of Dodger Blue #2F86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 11.19%
G = 31.9%
B = 56.9%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F86EF (or 0x2F86EF) is known color: Dodger Blue. HEX triplet: 2F, 86 and EF. RGB value is (47,134,239). Sum of RGB (Red+Green+Blue) = 47+134+239=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F86EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F86EF is #D07910. Grayscale: #777777. Windows color (decimal): -13662481 or 15697455. OLE color: 15697455.

HSL color Cylindrical-coordinate representation of color #2F86EF: hue angle of 212.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F86EF is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 134 239 -
CMYK 0.80 0.44 0 0.06
HSL 212.81º 0.86% 0.56% -
HSV(B) 212.81º 0.8% 0.94% -
XYZ 25.28 23.89 84.94 -
YUV 119.96 195.18 75.96 -
System Red Green Blue C M Y K H S L
Decimal 47 134 239 0.80 0.44 0 0.06 212.81 0.86 0.56
Hex 2F 86 EF 50 2C 0 6 D5 56 38
Octal 57 206 357 120 54 0 6 325 126 70
Binary 101111 10000110 11101111 1010000 101100 0 110 11010101 1010110 111000

Color Harmonies of #2F86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F86EF

Black with #2F86EF

Text Example


Text Example

White with #2F86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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