Html Css Color HEX #2F87EF Dodger Blue

📋 copy color: '#2F87EF'

red 47 ◦ green 135 ◦ blue 239

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

Shades of Dodger Blue #2F87EF

Tints of Dodger Blue #2F87EF

RGB

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

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

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

R = 11.16%
G = 32.07%
B = 56.77%

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

#2F87EF (or 0x2F87EF) is known color: Dodger Blue. HEX triplet: 2F, 87 and EF. RGB value is (47,135,239). Sum of RGB (Red+Green+Blue) = 47+135+239=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F87EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F87EF is #D07810. Grayscale: #787878. Windows color (decimal): -13662225 or 15697711. OLE color: 15697711.

HSL color Cylindrical-coordinate representation of color #2F87EF: hue angle of 212.5º 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 #2F87EF is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 135 239 -
CMYK 0.80 0.44 0 0.06
HSL 212.5º 0.86% 0.56% -
HSV(B) 212.5º 0.8% 0.94% -
XYZ 25.42 24.16 84.99 -
YUV 120.54 194.85 75.54 -
System Red Green Blue C M Y K H S L
Decimal 47 135 239 0.80 0.44 0 0.06 212.5 0.86 0.56
Hex 2F 87 EF 50 2C 0 6 D4 56 38
Octal 57 207 357 120 54 0 6 324 126 70
Binary 101111 10000111 11101111 1010000 101100 0 110 11010100 1010110 111000

Color Harmonies of #2F87EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F87EF

Black with #2F87EF

Text Example


Text Example

White with #2F87EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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