Html Css Color HEX #2288DD Dodger Blue

📋 copy color: '#2288DD'

red 34 ◦ green 136 ◦ blue 221

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

Shades of Dodger Blue #2288DD

Tints of Dodger Blue #2288DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 8.7%
G = 34.78%
B = 56.52%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2288DD (or 0x2288DD) is known color: Dodger Blue. HEX triplet: 22, 88 and DD. RGB value is (34,136,221). Sum of RGB (Red+Green+Blue) = 34+136+221=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #2288DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2288DD is #DD7722. Grayscale: #727272. Windows color (decimal): -14513955 or 14518306. OLE color: 14518306.

HSL color Cylindrical-coordinate representation of color #2288DD: hue angle of 207.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2288DD is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 136 221 -
CMYK 0.85 0.38 0 0.13
HSL 207.27º 0.73% 0.5% -
HSV(B) 207.27º 0.85% 0.87% -
XYZ 22.51 23.17 71.69 -
YUV 115.19 187.71 70.09 -
System Red Green Blue C M Y K H S L
Decimal 34 136 221 0.85 0.38 0 0.13 207.27 0.73 0.5
Hex 22 88 DD 55 26 0 D CF 49 32
Octal 42 210 335 125 46 0 15 317 111 62
Binary 100010 10001000 11011101 1010101 100110 0 1101 11001111 1001001 110010

Color Harmonies of #2288DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2288DD

Black with #2288DD

Text Example


Text Example

White with #2288DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2288DD; }

 p { color: rgb(34,136,221); }

 H1.HeaderClassName
 {
   color: #2288DD;
 }
 .AnyTagClassName
 {
   color: #2288DD;
 }
</style>

background-color css

<style>
 a { background-color: #2288DD; }

 a { background-color: rgb(34,136,221); }

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

border-color css

<style>
 span { border-color: #2288DD; }

 span { border-color: rgb(34,136,221); }

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