Html Css Color HEX #2B82DD Dodger Blue

📋 copy color: '#2B82DD'

red 43 ◦ green 130 ◦ blue 221

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

Shades of Dodger Blue #2B82DD

Tints of Dodger Blue #2B82DD

RGB

 RED value IS 43 (17.19% from 255) = 10.91%

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 10.91%
G = 32.99%
B = 56.09%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B82DD (or 0x2B82DD) is known color: Dodger Blue. HEX triplet: 2B, 82 and DD. RGB value is (43,130,221). Sum of RGB (Red+Green+Blue) = 43+130+221=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B82DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B82DD is #D47D22. Grayscale: #717171. Windows color (decimal): -13925667 or 14516779. OLE color: 14516779.

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

Color convert

RGB 43 130 221 -
CMYK 0.81 0.41 0 0.13
HSL 210.67º 0.72% 0.52% -
HSV(B) 210.67º 0.81% 0.87% -
XYZ 22.03 21.7 71.43 -
YUV 114.36 188.18 77.1 -
System Red Green Blue C M Y K H S L
Decimal 43 130 221 0.81 0.41 0 0.13 210.67 0.72 0.52
Hex 2B 82 DD 51 29 0 D D3 48 34
Octal 53 202 335 121 51 0 15 323 110 64
Binary 101011 10000010 11011101 1010001 101001 0 1101 11010011 1001000 110100

Color Harmonies of #2B82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B82DD

Black with #2B82DD

Text Example


Text Example

White with #2B82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,130,221); }

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

background-color css

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

 a { background-color: rgb(43,130,221); }

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

border-color css

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

 span { border-color: rgb(43,130,221); }

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