Html Css Color HEX #2A89DB Dodger Blue

📋 copy color: '#2A89DB'

red 42 ◦ green 137 ◦ blue 219

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

Shades of Dodger Blue #2A89DB

Tints of Dodger Blue #2A89DB

RGB

 RED value IS 42 (16.8% from 255) = 10.55%

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 10.55%
G = 34.42%
B = 55.03%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A89DB (or 0x2A89DB) is known color: Dodger Blue. HEX triplet: 2A, 89 and DB. RGB value is (42,137,219). Sum of RGB (Red+Green+Blue) = 42+137+219=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A89DB is #D57624. Grayscale: #757575. Windows color (decimal): -13989413 or 14387498. OLE color: 14387498.

HSL color Cylindrical-coordinate representation of color #2A89DB: hue angle of 207.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A89DB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 137 219 -
CMYK 0.81 0.37 0 0.14
HSL 207.8º 0.71% 0.51% -
HSV(B) 207.8º 0.81% 0.86% -
XYZ 22.69 23.5 70.36 -
YUV 117.94 185.03 73.83 -
System Red Green Blue C M Y K H S L
Decimal 42 137 219 0.81 0.37 0 0.14 207.8 0.71 0.51
Hex 2A 89 DB 51 25 0 E D0 47 33
Octal 52 211 333 121 45 0 16 320 107 63
Binary 101010 10001001 11011011 1010001 100101 0 1110 11010000 1000111 110011

Color Harmonies of #2A89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A89DB

Black with #2A89DB

Text Example


Text Example

White with #2A89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,137,219); }

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

background-color css

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

 a { background-color: rgb(42,137,219); }

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

border-color css

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

 span { border-color: rgb(42,137,219); }

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