Html Css Color HEX #2A8DDD Dodger Blue

📋 copy color: '#2A8DDD'

red 42 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #2A8DDD

Tints of Dodger Blue #2A8DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 10.4%
G = 34.9%
B = 54.7%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A8DDD (or 0x2A8DDD) is known color: Dodger Blue. HEX triplet: 2A, 8D and DD. RGB value is (42,141,221). Sum of RGB (Red+Green+Blue) = 42+141+221=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A8DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8DDD is #D57222. Grayscale: #787878. Windows color (decimal): -13988387 or 14519594. OLE color: 14519594.

HSL color Cylindrical-coordinate representation of color #2A8DDD: hue angle of 206.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A8DDD is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 141 221 -
CMYK 0.81 0.36 0 0.13
HSL 206.82º 0.72% 0.52% -
HSV(B) 206.82º 0.81% 0.87% -
XYZ 23.53 24.76 71.95 -
YUV 120.52 184.7 72 -
System Red Green Blue C M Y K H S L
Decimal 42 141 221 0.81 0.36 0 0.13 206.82 0.72 0.52
Hex 2A 8D DD 51 24 0 D CF 48 34
Octal 52 215 335 121 44 0 15 317 110 64
Binary 101010 10001101 11011101 1010001 100100 0 1101 11001111 1001000 110100

Color Harmonies of #2A8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8DDD

Black with #2A8DDD

Text Example


Text Example

White with #2A8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,141,221); }

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

background-color css

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

 a { background-color: rgb(42,141,221); }

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

border-color css

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

 span { border-color: rgb(42,141,221); }

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