Html Css Color HEX #2B8BDB Dodger Blue

📋 copy color: '#2B8BDB'

red 43 ◦ green 139 ◦ blue 219

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

Shades of Dodger Blue #2B8BDB

Tints of Dodger Blue #2B8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 10.72%
G = 34.66%
B = 54.61%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B8BDB (or 0x2B8BDB) is known color: Dodger Blue. HEX triplet: 2B, 8B and DB. RGB value is (43,139,219). Sum of RGB (Red+Green+Blue) = 43+139+219=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B8BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8BDB is #D47424. Grayscale: #777777. Windows color (decimal): -13923365 or 14388011. OLE color: 14388011.

HSL color Cylindrical-coordinate representation of color #2B8BDB: hue angle of 207.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B8BDB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 139 219 -
CMYK 0.80 0.37 0 0.14
HSL 207.27º 0.71% 0.51% -
HSV(B) 207.27º 0.8% 0.86% -
XYZ 23.02 24.09 70.46 -
YUV 119.42 184.2 73.5 -
System Red Green Blue C M Y K H S L
Decimal 43 139 219 0.80 0.37 0 0.14 207.27 0.71 0.51
Hex 2B 8B DB 50 25 0 E CF 47 33
Octal 53 213 333 120 45 0 16 317 107 63
Binary 101011 10001011 11011011 1010000 100101 0 1110 11001111 1000111 110011

Color Harmonies of #2B8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8BDB

Black with #2B8BDB

Text Example


Text Example

White with #2B8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,139,219); }

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

background-color css

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

 a { background-color: rgb(43,139,219); }

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

border-color css

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

 span { border-color: rgb(43,139,219); }

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