Html Css Color HEX #2B82E1 Dodger Blue

📋 copy color: '#2B82E1'

red 43 ◦ green 130 ◦ blue 225

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

Shades of Dodger Blue #2B82E1

Tints of Dodger Blue #2B82E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.53%

R = 10.8%
G = 32.66%
B = 56.53%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2B82E1 (or 0x2B82E1) is known color: Dodger Blue. HEX triplet: 2B, 82 and E1. RGB value is (43,130,225). Sum of RGB (Red+Green+Blue) = 43+130+225=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B82E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B82E1 is #D47D1E. Grayscale: #727272. Windows color (decimal): -13925663 or 14778923. OLE color: 14778923.

HSL color Cylindrical-coordinate representation of color #2B82E1: hue angle of 211.32º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B82E1 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 130 225 -
CMYK 0.81 0.42 0 0.12
HSL 211.32º 0.75% 0.53% -
HSV(B) 211.32º 0.81% 0.88% -
XYZ 22.57 21.92 74.27 -
YUV 114.82 190.18 76.78 -
System Red Green Blue C M Y K H S L
Decimal 43 130 225 0.81 0.42 0 0.12 211.32 0.75 0.53
Hex 2B 82 E1 51 2A 0 C D3 4B 35
Octal 53 202 341 121 52 0 14 323 113 65
Binary 101011 10000010 11100001 1010001 101010 0 1100 11010011 1001011 110101

Color Harmonies of #2B82E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B82E1

Black with #2B82E1

Text Example


Text Example

White with #2B82E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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