Html Css Color HEX #2284DB Dodger Blue

📋 copy color: '#2284DB'

red 34 ◦ green 132 ◦ blue 219

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

Shades of Dodger Blue #2284DB

Tints of Dodger Blue #2284DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 8.83%
G = 34.29%
B = 56.88%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2284DB (or 0x2284DB) is known color: Dodger Blue. HEX triplet: 22, 84 and DB. RGB value is (34,132,219). Sum of RGB (Red+Green+Blue) = 34+132+219=385 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.83% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #2284DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2284DB is #DD7B24. Grayscale: #707070. Windows color (decimal): -14514981 or 14386210. OLE color: 14386210.

HSL color Cylindrical-coordinate representation of color #2284DB: hue angle of 208.22º 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 #2284DB is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 132 219 -
CMYK 0.84 0.40 0 0.14
HSL 208.22º 0.73% 0.5% -
HSV(B) 208.22º 0.84% 0.86% -
XYZ 21.7 21.96 70.11 -
YUV 112.62 188.03 71.93 -
System Red Green Blue C M Y K H S L
Decimal 34 132 219 0.84 0.40 0 0.14 208.22 0.73 0.5
Hex 22 84 DB 54 28 0 E D0 49 32
Octal 42 204 333 124 50 0 16 320 111 62
Binary 100010 10000100 11011011 1010100 101000 0 1110 11010000 1001001 110010

Color Harmonies of #2284DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2284DB

Black with #2284DB

Text Example


Text Example

White with #2284DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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