Html Css Color HEX #288DDB Dodger Blue

📋 copy color: '#288DDB'

red 40 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #288DDB

Tints of Dodger Blue #288DDB

RGB

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

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

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

R = 10%
G = 35.25%
B = 54.75%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#288DDB (or 0x288DDB) is known color: Dodger Blue. HEX triplet: 28, 8D and DB. RGB value is (40,141,219). Sum of RGB (Red+Green+Blue) = 40+141+219=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #288DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DDB is #D77224. Grayscale: #777777. Windows color (decimal): -14119461 or 14388520. OLE color: 14388520.

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

Color convert

RGB 40 141 219 -
CMYK 0.82 0.36 0 0.14
HSL 206.15º 0.71% 0.51% -
HSV(B) 206.15º 0.82% 0.86% -
XYZ 23.19 24.62 70.55 -
YUV 119.69 184.04 71.16 -
System Red Green Blue C M Y K H S L
Decimal 40 141 219 0.82 0.36 0 0.14 206.15 0.71 0.51
Hex 28 8D DB 52 24 0 E CE 47 33
Octal 50 215 333 122 44 0 16 316 107 63
Binary 101000 10001101 11011011 1010010 100100 0 1110 11001110 1000111 110011

Color Harmonies of #288DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DDB

Black with #288DDB

Text Example


Text Example

White with #288DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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