Html Css Color HEX #288BDC Dodger Blue

📋 copy color: '#288BDC'

red 40 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #288BDC

Tints of Dodger Blue #288BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 10.03%
G = 34.84%
B = 55.14%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#288BDC (or 0x288BDC) is known color: Dodger Blue. HEX triplet: 28, 8B and DC. RGB value is (40,139,220). Sum of RGB (Red+Green+Blue) = 40+139+220=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #288BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BDC is #D77423. Grayscale: #767676. Windows color (decimal): -14119972 or 14453544. OLE color: 14453544.

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

Color convert

RGB 40 139 220 -
CMYK 0.82 0.37 0 0.14
HSL 207º 0.72% 0.51% -
HSV(B) 207º 0.82% 0.86% -
XYZ 23.03 24.08 71.15 -
YUV 118.63 185.2 71.91 -
System Red Green Blue C M Y K H S L
Decimal 40 139 220 0.82 0.37 0 0.14 207 0.72 0.51
Hex 28 8B DC 52 25 0 E CF 48 33
Octal 50 213 334 122 45 0 16 317 110 63
Binary 101000 10001011 11011100 1010010 100101 0 1110 11001111 1001000 110011

Color Harmonies of #288BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BDC

Black with #288BDC

Text Example


Text Example

White with #288BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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