Html Css Color HEX #2291DB Dodger Blue

📋 copy color: '#2291DB'

red 34 ◦ green 145 ◦ blue 219

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

Shades of Dodger Blue #2291DB

Tints of Dodger Blue #2291DB

RGB

 RED value IS 34 (13.67% from 255) = 8.54%

 GREEN value IS 145 (57.03% from 255) = 36.43%

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

R = 8.54%
G = 36.43%
B = 55.03%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2291DB (or 0x2291DB) is known color: Dodger Blue. HEX triplet: 22, 91 and DB. RGB value is (34,145,219). Sum of RGB (Red+Green+Blue) = 34+145+219=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #2291DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2291DB is #DD6E24. Grayscale: #777777. Windows color (decimal): -14511653 or 14389538. OLE color: 14389538.

HSL color Cylindrical-coordinate representation of color #2291DB: hue angle of 204º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2291DB is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 145 219 -
CMYK 0.84 0.34 0 0.14
HSL 204º 0.73% 0.5% -
HSV(B) 204º 0.84% 0.86% -
XYZ 23.57 25.71 70.74 -
YUV 120.25 183.73 66.48 -
System Red Green Blue C M Y K H S L
Decimal 34 145 219 0.84 0.34 0 0.14 204 0.73 0.5
Hex 22 91 DB 54 22 0 E CC 49 32
Octal 42 221 333 124 42 0 16 314 111 62
Binary 100010 10010001 11011011 1010100 100010 0 1110 11001100 1001001 110010

Color Harmonies of #2291DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2291DB

Black with #2291DB

Text Example


Text Example

White with #2291DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2291DB; }

 p { color: rgb(34,145,219); }

 H1.HeaderClassName
 {
   color: #2291DB;
 }
 .AnyTagClassName
 {
   color: #2291DB;
 }
</style>

background-color css

<style>
 a { background-color: #2291DB; }

 a { background-color: rgb(34,145,219); }

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

border-color css

<style>
 span { border-color: #2291DB; }

 span { border-color: rgb(34,145,219); }

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