Html Css Color HEX #288CDC Dodger Blue

📋 copy color: '#288CDC'

red 40 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #288CDC

Tints of Dodger Blue #288CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 10%
G = 35%
B = 55%

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

#288CDC (or 0x288CDC) is known color: Dodger Blue. HEX triplet: 28, 8C and DC. RGB value is (40,140,220). Sum of RGB (Red+Green+Blue) = 40+140+220=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #288CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CDC is #D77323. Grayscale: #767676. Windows color (decimal): -14119716 or 14453800. OLE color: 14453800.

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

Color convert

RGB 40 140 220 -
CMYK 0.82 0.36 0 0.14
HSL 206.67º 0.72% 0.51% -
HSV(B) 206.67º 0.82% 0.86% -
XYZ 23.17 24.37 71.19 -
YUV 119.22 184.87 71.5 -
System Red Green Blue C M Y K H S L
Decimal 40 140 220 0.82 0.36 0 0.14 206.67 0.72 0.51
Hex 28 8C DC 52 24 0 E CF 48 33
Octal 50 214 334 122 44 0 16 317 110 63
Binary 101000 10001100 11011100 1010010 100100 0 1110 11001111 1001000 110011

Color Harmonies of #288CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CDC

Black with #288CDC

Text Example


Text Example

White with #288CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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