Html Css Color HEX #288DDD Dodger Blue

📋 copy color: '#288DDD'

red 40 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #288DDD

Tints of Dodger Blue #288DDD

RGB

 RED value IS 40 (16.02% from 255) = 9.95%

 GREEN value IS 141 (55.47% from 255) = 35.07%

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

R = 9.95%
G = 35.07%
B = 54.98%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#288DDD (or 0x288DDD) is known color: Dodger Blue. HEX triplet: 28, 8D and DD. RGB value is (40,141,221). Sum of RGB (Red+Green+Blue) = 40+141+221=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #288DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DDD is #D77222. Grayscale: #777777. Windows color (decimal): -14119459 or 14519592. OLE color: 14519592.

HSL color Cylindrical-coordinate representation of color #288DDD: hue angle of 206.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288DDD is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 141 221 -
CMYK 0.82 0.36 0 0.13
HSL 206.52º 0.73% 0.51% -
HSV(B) 206.52º 0.82% 0.87% -
XYZ 23.45 24.72 71.94 -
YUV 119.92 185.04 71 -
System Red Green Blue C M Y K H S L
Decimal 40 141 221 0.82 0.36 0 0.13 206.52 0.73 0.51
Hex 28 8D DD 52 24 0 D CF 49 33
Octal 50 215 335 122 44 0 15 317 111 63
Binary 101000 10001101 11011101 1010010 100100 0 1101 11001111 1001001 110011

Color Harmonies of #288DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DDD

Black with #288DDD

Text Example


Text Example

White with #288DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288DDD; }

 p { color: rgb(40,141,221); }

 H1.HeaderClassName
 {
   color: #288DDD;
 }
 .AnyTagClassName
 {
   color: #288DDD;
 }
</style>

background-color css

<style>
 a { background-color: #288DDD; }

 a { background-color: rgb(40,141,221); }

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

border-color css

<style>
 span { border-color: #288DDD; }

 span { border-color: rgb(40,141,221); }

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