Html Css Color HEX #288DD0 Curious Blue

📋 copy color: '#288DD0'

red 40 ◦ green 141 ◦ blue 208

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

Shades of Curious Blue #288DD0

Tints of Curious Blue #288DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 10.28%
G = 36.25%
B = 53.47%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#288DD0 (or 0x288DD0) is known color: Curious Blue. HEX triplet: 28, 8D and D0. RGB value is (40,141,208). Sum of RGB (Red+Green+Blue) = 40+141+208=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #288DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DD0 is #D7722F. Grayscale: #767676. Windows color (decimal): -14119472 or 13667624. OLE color: 13667624.

HSL color Cylindrical-coordinate representation of color #288DD0: hue angle of 203.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288DD0 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 141 208 -
CMYK 0.81 0.32 0 0.18
HSL 203.93º 0.68% 0.49% -
HSV(B) 203.93º 0.81% 0.82% -
XYZ 21.79 24.05 63.17 -
YUV 118.44 178.54 72.05 -
System Red Green Blue C M Y K H S L
Decimal 40 141 208 0.81 0.32 0 0.18 203.93 0.68 0.49
Hex 28 8D D0 51 20 0 12 CC 44 31
Octal 50 215 320 121 40 0 22 314 104 61
Binary 101000 10001101 11010000 1010001 100000 0 10010 11001100 1000100 110001

Color Harmonies of #288DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DD0

Black with #288DD0

Text Example


Text Example

White with #288DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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