Html Css Color HEX #2889F9 Dodger Blue

📋 copy color: '#2889F9'

red 40 ◦ green 137 ◦ blue 249

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

Shades of Dodger Blue #2889F9

Tints of Dodger Blue #2889F9

RGB

 RED value IS 40 (16.02% from 255) = 9.39%

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

 BLUE value IS 249 (97.66% from 255) = 58.45%

R = 9.39%
G = 32.16%
B = 58.45%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2889F9 (or 0x2889F9) is known color: Dodger Blue. HEX triplet: 28, 89 and F9. RGB value is (40,137,249). Sum of RGB (Red+Green+Blue) = 40+137+249=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #2889F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2889F9 is #D77606. Grayscale: #787878. Windows color (decimal): -14120455 or 16353576. OLE color: 16353576.

HSL color Cylindrical-coordinate representation of color #2889F9: hue angle of 212.15º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2889F9 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 137 249 -
CMYK 0.84 0.45 0 0.02
HSL 212.15º 0.95% 0.57% -
HSV(B) 212.15º 0.84% 0.98% -
XYZ 26.92 25.18 93.06 -
YUV 120.77 200.36 70.39 -
System Red Green Blue C M Y K H S L
Decimal 40 137 249 0.84 0.45 0 0.02 212.15 0.95 0.57
Hex 28 89 F9 54 2D 0 2 D4 5F 39
Octal 50 211 371 124 55 0 2 324 137 71
Binary 101000 10001001 11111001 1010100 101101 0 10 11010100 1011111 111001

Color Harmonies of #2889F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889F9

Black with #2889F9

Text Example


Text Example

White with #2889F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2889F9; }

 p { color: rgb(40,137,249); }

 H1.HeaderClassName
 {
   color: #2889F9;
 }
 .AnyTagClassName
 {
   color: #2889F9;
 }
</style>

background-color css

<style>
 a { background-color: #2889F9; }

 a { background-color: rgb(40,137,249); }

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

border-color css

<style>
 span { border-color: #2889F9; }

 span { border-color: rgb(40,137,249); }

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