Html Css Color HEX #2F89EB Dodger Blue

📋 copy color: '#2F89EB'

red 47 ◦ green 137 ◦ blue 235

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

Shades of Dodger Blue #2F89EB

Tints of Dodger Blue #2F89EB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 11.22%
G = 32.7%
B = 56.09%

CMYK

 C value IS 0.8

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F89EB (or 0x2F89EB) is known color: Dodger Blue. HEX triplet: 2F, 89 and EB. RGB value is (47,137,235). Sum of RGB (Red+Green+Blue) = 47+137+235=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F89EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F89EB is #D07614. Grayscale: #787878. Windows color (decimal): -13661717 or 15436079. OLE color: 15436079.

HSL color Cylindrical-coordinate representation of color #2F89EB: hue angle of 211.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F89EB is Cyan = 0.8, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 137 235 -
CMYK 0.8 0.42 0 0.08
HSL 211.28º 0.82% 0.55% -
HSV(B) 211.28º 0.8% 0.92% -
XYZ 25.11 24.49 82 -
YUV 121.26 192.18 75.03 -
System Red Green Blue C M Y K H S L
Decimal 47 137 235 0.8 0.42 0 0.08 211.28 0.82 0.55
Hex 2F 89 EB 50 2A 0 8 D3 52 37
Octal 57 211 353 120 52 0 10 323 122 67
Binary 101111 10001001 11101011 1010000 101010 0 1000 11010011 1010010 110111

Color Harmonies of #2F89EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F89EB

Black with #2F89EB

Text Example


Text Example

White with #2F89EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,235); }

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

background-color css

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

 a { background-color: rgb(47,137,235); }

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

border-color css

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

 span { border-color: rgb(47,137,235); }

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