Html Css Color HEX #288BDE Dodger Blue

📋 copy color: '#288BDE'

red 40 ◦ green 139 ◦ blue 222

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

Shades of Dodger Blue #288BDE

Tints of Dodger Blue #288BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 9.98%
G = 34.66%
B = 55.36%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#288BDE (or 0x288BDE) is known color: Dodger Blue. HEX triplet: 28, 8B and DE. RGB value is (40,139,222). Sum of RGB (Red+Green+Blue) = 40+139+222=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #288BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BDE is #D77421. Grayscale: #767676. Windows color (decimal): -14119970 or 14584616. OLE color: 14584616.

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

Color convert

RGB 40 139 222 -
CMYK 0.82 0.37 0 0.13
HSL 207.36º 0.73% 0.51% -
HSV(B) 207.36º 0.82% 0.87% -
XYZ 23.29 24.19 72.55 -
YUV 118.86 186.2 71.75 -
System Red Green Blue C M Y K H S L
Decimal 40 139 222 0.82 0.37 0 0.13 207.36 0.73 0.51
Hex 28 8B DE 52 25 0 D CF 49 33
Octal 50 213 336 122 45 0 15 317 111 63
Binary 101000 10001011 11011110 1010010 100101 0 1101 11001111 1001001 110011

Color Harmonies of #288BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BDE

Black with #288BDE

Text Example


Text Example

White with #288BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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