Html Css Color HEX #2A85DC Dodger Blue

📋 copy color: '#2A85DC'

red 42 ◦ green 133 ◦ blue 220

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

Shades of Dodger Blue #2A85DC

Tints of Dodger Blue #2A85DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 10.63%
G = 33.67%
B = 55.7%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A85DC (or 0x2A85DC) is known color: Dodger Blue. HEX triplet: 2A, 85 and DC. RGB value is (42,133,220). Sum of RGB (Red+Green+Blue) = 42+133+220=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A85DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A85DC is #D57A23. Grayscale: #737373. Windows color (decimal): -13990436 or 14452010. OLE color: 14452010.

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

Color convert

RGB 42 133 220 -
CMYK 0.81 0.40 0 0.14
HSL 209.33º 0.72% 0.51% -
HSV(B) 209.33º 0.81% 0.86% -
XYZ 22.26 22.43 70.87 -
YUV 115.71 186.85 75.43 -
System Red Green Blue C M Y K H S L
Decimal 42 133 220 0.81 0.40 0 0.14 209.33 0.72 0.51
Hex 2A 85 DC 51 28 0 E D1 48 33
Octal 52 205 334 121 50 0 16 321 110 63
Binary 101010 10000101 11011100 1010001 101000 0 1110 11010001 1001000 110011

Color Harmonies of #2A85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A85DC

Black with #2A85DC

Text Example


Text Example

White with #2A85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,133,220); }

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

background-color css

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

 a { background-color: rgb(42,133,220); }

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

border-color css

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

 span { border-color: rgb(42,133,220); }

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