Html Css Color HEX #2A86DD Dodger Blue

📋 copy color: '#2A86DD'

red 42 ◦ green 134 ◦ blue 221

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

Shades of Dodger Blue #2A86DD

Tints of Dodger Blue #2A86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

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

R = 10.58%
G = 33.75%
B = 55.67%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A86DD (or 0x2A86DD) is known color: Dodger Blue. HEX triplet: 2A, 86 and DD. RGB value is (42,134,221). Sum of RGB (Red+Green+Blue) = 42+134+221=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A86DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A86DD is #D57922. Grayscale: #737373. Windows color (decimal): -13990179 or 14517802. OLE color: 14517802.

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

Color convert

RGB 42 134 221 -
CMYK 0.81 0.39 0 0.13
HSL 209.16º 0.72% 0.52% -
HSV(B) 209.16º 0.81% 0.87% -
XYZ 22.53 22.76 71.61 -
YUV 116.41 187.02 74.93 -
System Red Green Blue C M Y K H S L
Decimal 42 134 221 0.81 0.39 0 0.13 209.16 0.72 0.52
Hex 2A 86 DD 51 27 0 D D1 48 34
Octal 52 206 335 121 47 0 15 321 110 64
Binary 101010 10000110 11011101 1010001 100111 0 1101 11010001 1001000 110100

Color Harmonies of #2A86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A86DD

Black with #2A86DD

Text Example


Text Example

White with #2A86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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