Html Css Color HEX #2A8EDD Dodger Blue

📋 copy color: '#2A8EDD'

red 42 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #2A8EDD

Tints of Dodger Blue #2A8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

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

R = 10.37%
G = 35.06%
B = 54.57%

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

#2A8EDD (or 0x2A8EDD) is known color: Dodger Blue. HEX triplet: 2A, 8E and DD. RGB value is (42,142,221). Sum of RGB (Red+Green+Blue) = 42+142+221=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 142 (55.86% from 255 or 35.06% 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 #2A8EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8EDD is #D57122. Grayscale: #787878. Windows color (decimal): -13988131 or 14519850. OLE color: 14519850.

HSL color Cylindrical-coordinate representation of color #2A8EDD: hue angle of 206.48º 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 #2A8EDD is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 142 221 -
CMYK 0.81 0.36 0 0.13
HSL 206.48º 0.72% 0.52% -
HSV(B) 206.48º 0.81% 0.87% -
XYZ 23.68 25.06 72 -
YUV 121.11 184.37 71.58 -
System Red Green Blue C M Y K H S L
Decimal 42 142 221 0.81 0.36 0 0.13 206.48 0.72 0.52
Hex 2A 8E DD 51 24 0 D CE 48 34
Octal 52 216 335 121 44 0 15 316 110 64
Binary 101010 10001110 11011101 1010001 100100 0 1101 11001110 1001000 110100

Color Harmonies of #2A8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8EDD

Black with #2A8EDD

Text Example


Text Example

White with #2A8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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