Html Css Color HEX #288DE0 Dodger Blue

📋 copy color: '#288DE0'

red 40 ◦ green 141 ◦ blue 224

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

Shades of Dodger Blue #288DE0

Tints of Dodger Blue #288DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 9.88%
G = 34.81%
B = 55.31%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#288DE0 (or 0x288DE0) is known color: Dodger Blue. HEX triplet: 28, 8D and E0. RGB value is (40,141,224). Sum of RGB (Red+Green+Blue) = 40+141+224=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #288DE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DE0 is #D7721F. Grayscale: #777777. Windows color (decimal): -14119456 or 14716200. OLE color: 14716200.

HSL color Cylindrical-coordinate representation of color #288DE0: hue angle of 207.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288DE0 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 141 224 -
CMYK 0.82 0.37 0 0.12
HSL 207.07º 0.75% 0.52% -
HSV(B) 207.07º 0.82% 0.88% -
XYZ 23.85 24.88 74.07 -
YUV 120.26 186.54 70.75 -
System Red Green Blue C M Y K H S L
Decimal 40 141 224 0.82 0.37 0 0.12 207.07 0.75 0.52
Hex 28 8D E0 52 25 0 C CF 4B 34
Octal 50 215 340 122 45 0 14 317 113 64
Binary 101000 10001101 11100000 1010010 100101 0 1100 11001111 1001011 110100

Color Harmonies of #288DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DE0

Black with #288DE0

Text Example


Text Example

White with #288DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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