Html Css Color HEX #288DDE Dodger Blue

📋 copy color: '#288DDE'

red 40 ◦ green 141 ◦ blue 222

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

Shades of Dodger Blue #288DDE

Tints of Dodger Blue #288DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 9.93%
G = 34.99%
B = 55.09%

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

#288DDE (or 0x288DDE) is known color: Dodger Blue. HEX triplet: 28, 8D and DE. RGB value is (40,141,222). Sum of RGB (Red+Green+Blue) = 40+141+222=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #288DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DDE is #D77221. Grayscale: #777777. Windows color (decimal): -14119458 or 14585128. OLE color: 14585128.

HSL color Cylindrical-coordinate representation of color #288DDE: hue angle of 206.7º 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 #288DDE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 141 222 -
CMYK 0.82 0.36 0 0.13
HSL 206.7º 0.73% 0.51% -
HSV(B) 206.7º 0.82% 0.87% -
XYZ 23.58 24.77 72.65 -
YUV 120.04 185.54 70.91 -
System Red Green Blue C M Y K H S L
Decimal 40 141 222 0.82 0.36 0 0.13 206.7 0.73 0.51
Hex 28 8D DE 52 24 0 D CF 49 33
Octal 50 215 336 122 44 0 15 317 111 63
Binary 101000 10001101 11011110 1010010 100100 0 1101 11001111 1001001 110011

Color Harmonies of #288DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DDE

Black with #288DDE

Text Example


Text Example

White with #288DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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