Html Css Color HEX #2889F1 Dodger Blue

📋 copy color: '#2889F1'

red 40 ◦ green 137 ◦ blue 241

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

Shades of Dodger Blue #2889F1

Tints of Dodger Blue #2889F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 9.57%
G = 32.78%
B = 57.66%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2889F1 (or 0x2889F1) is known color: Dodger Blue. HEX triplet: 28, 89 and F1. RGB value is (40,137,241). Sum of RGB (Red+Green+Blue) = 40+137+241=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #2889F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2889F1 is #D7760E. Grayscale: #777777. Windows color (decimal): -14120463 or 15829288. OLE color: 15829288.

HSL color Cylindrical-coordinate representation of color #2889F1: hue angle of 211.04º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2889F1 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 137 241 -
CMYK 0.83 0.43 0 0.05
HSL 211.04º 0.88% 0.55% -
HSV(B) 211.04º 0.83% 0.95% -
XYZ 25.7 24.69 86.63 -
YUV 119.85 196.36 71.04 -
System Red Green Blue C M Y K H S L
Decimal 40 137 241 0.83 0.43 0 0.05 211.04 0.88 0.55
Hex 28 89 F1 53 2B 0 5 D3 58 37
Octal 50 211 361 123 53 0 5 323 130 67
Binary 101000 10001001 11110001 1010011 101011 0 101 11010011 1011000 110111

Color Harmonies of #2889F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889F1

Black with #2889F1

Text Example


Text Example

White with #2889F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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