Html Css Color HEX #288DD5 Curious Blue

📋 copy color: '#288DD5'

red 40 ◦ green 141 ◦ blue 213

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

Shades of Curious Blue #288DD5

Tints of Curious Blue #288DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.06%

R = 10.15%
G = 35.79%
B = 54.06%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#288DD5 (or 0x288DD5) is known color: Curious Blue. HEX triplet: 28, 8D and D5. RGB value is (40,141,213). Sum of RGB (Red+Green+Blue) = 40+141+213=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #288DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DD5 is #D7722A. Grayscale: #767676. Windows color (decimal): -14119467 or 13995304. OLE color: 13995304.

HSL color Cylindrical-coordinate representation of color #288DD5: hue angle of 204.97º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288DD5 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 141 213 -
CMYK 0.81 0.34 0 0.16
HSL 204.97º 0.68% 0.5% -
HSV(B) 204.97º 0.81% 0.84% -
XYZ 22.41 24.3 66.46 -
YUV 119.01 181.04 71.65 -
System Red Green Blue C M Y K H S L
Decimal 40 141 213 0.81 0.34 0 0.16 204.97 0.68 0.5
Hex 28 8D D5 51 22 0 10 CD 44 32
Octal 50 215 325 121 42 0 20 315 104 62
Binary 101000 10001101 11010101 1010001 100010 0 10000 11001101 1000100 110010

Color Harmonies of #288DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DD5

Black with #288DD5

Text Example


Text Example

White with #288DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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