Html Css Color HEX #2890DD Dodger Blue

📋 copy color: '#2890DD'

red 40 ◦ green 144 ◦ blue 221

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

Shades of Dodger Blue #2890DD

Tints of Dodger Blue #2890DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 221 (86.72% from 255) = 54.57%

R = 9.88%
G = 35.56%
B = 54.57%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2890DD (or 0x2890DD) is known color: Dodger Blue. HEX triplet: 28, 90 and DD. RGB value is (40,144,221). Sum of RGB (Red+Green+Blue) = 40+144+221=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #2890DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2890DD is #D76F22. Grayscale: #797979. Windows color (decimal): -14118691 or 14520360. OLE color: 14520360.

HSL color Cylindrical-coordinate representation of color #2890DD: hue angle of 205.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2890DD is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 144 221 -
CMYK 0.82 0.35 0 0.13
HSL 205.52º 0.73% 0.51% -
HSV(B) 205.52º 0.82% 0.87% -
XYZ 23.9 25.62 72.09 -
YUV 121.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 40 144 221 0.82 0.35 0 0.13 205.52 0.73 0.51
Hex 28 90 DD 52 23 0 D CE 49 33
Octal 50 220 335 122 43 0 15 316 111 63
Binary 101000 10010000 11011101 1010010 100011 0 1101 11001110 1001001 110011

Color Harmonies of #2890DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2890DD

Black with #2890DD

Text Example


Text Example

White with #2890DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2890DD; }

 p { color: rgb(40,144,221); }

 H1.HeaderClassName
 {
   color: #2890DD;
 }
 .AnyTagClassName
 {
   color: #2890DD;
 }
</style>

background-color css

<style>
 a { background-color: #2890DD; }

 a { background-color: rgb(40,144,221); }

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

border-color css

<style>
 span { border-color: #2890DD; }

 span { border-color: rgb(40,144,221); }

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