Html Css Color HEX #2C89DC Dodger Blue

📋 copy color: '#2C89DC'

red 44 ◦ green 137 ◦ blue 220

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

Shades of Dodger Blue #2C89DC

Tints of Dodger Blue #2C89DC

RGB

 RED value IS 44 (17.58% from 255) = 10.97%

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 10.97%
G = 34.16%
B = 54.86%

CMYK

 C value IS 0.8

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C89DC (or 0x2C89DC) is known color: Dodger Blue. HEX triplet: 2C, 89 and DC. RGB value is (44,137,220). Sum of RGB (Red+Green+Blue) = 44+137+220=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C89DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C89DC is #D37623. Grayscale: #767676. Windows color (decimal): -13858340 or 14453036. OLE color: 14453036.

HSL color Cylindrical-coordinate representation of color #2C89DC: hue angle of 208.3º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C89DC is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 137 220 -
CMYK 0.8 0.38 0 0.14
HSL 208.3º 0.72% 0.52% -
HSV(B) 208.3º 0.8% 0.86% -
XYZ 22.9 23.59 71.06 -
YUV 118.66 185.19 74.75 -
System Red Green Blue C M Y K H S L
Decimal 44 137 220 0.8 0.38 0 0.14 208.3 0.72 0.52
Hex 2C 89 DC 50 26 0 E D0 48 34
Octal 54 211 334 120 46 0 16 320 110 64
Binary 101100 10001001 11011100 1010000 100110 0 1110 11010000 1001000 110100

Color Harmonies of #2C89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C89DC

Black with #2C89DC

Text Example


Text Example

White with #2C89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,137,220); }

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

background-color css

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

 a { background-color: rgb(44,137,220); }

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

border-color css

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

 span { border-color: rgb(44,137,220); }

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