Html Css Color HEX #2889DA Dodger Blue

📋 copy color: '#2889DA'

red 40 ◦ green 137 ◦ blue 218

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

Shades of Dodger Blue #2889DA

Tints of Dodger Blue #2889DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 10.13%
G = 34.68%
B = 55.19%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2889DA (or 0x2889DA) is known color: Dodger Blue. HEX triplet: 28, 89 and DA. RGB value is (40,137,218). Sum of RGB (Red+Green+Blue) = 40+137+218=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #2889DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889DA is #D77625. Grayscale: #747474. Windows color (decimal): -14120486 or 14321960. OLE color: 14321960.

HSL color Cylindrical-coordinate representation of color #2889DA: hue angle of 207.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2889DA is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 137 218 -
CMYK 0.82 0.37 0 0.15
HSL 207.3º 0.71% 0.51% -
HSV(B) 207.3º 0.82% 0.85% -
XYZ 22.48 23.4 69.66 -
YUV 117.23 184.86 72.91 -
System Red Green Blue C M Y K H S L
Decimal 40 137 218 0.82 0.37 0 0.15 207.3 0.71 0.51
Hex 28 89 DA 52 25 0 F CF 47 33
Octal 50 211 332 122 45 0 17 317 107 63
Binary 101000 10001001 11011010 1010010 100101 0 1111 11001111 1000111 110011

Color Harmonies of #2889DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889DA

Black with #2889DA

Text Example


Text Example

White with #2889DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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