Html Css Color HEX #288DCE Curious Blue

📋 copy color: '#288DCE'

red 40 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #288DCE

Tints of Curious Blue #288DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 10.34%
G = 36.43%
B = 53.23%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#288DCE (or 0x288DCE) is known color: Curious Blue. HEX triplet: 28, 8D and CE. RGB value is (40,141,206). Sum of RGB (Red+Green+Blue) = 40+141+206=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #288DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DCE is #D77231. Grayscale: #757575. Windows color (decimal): -14119474 or 13536552. OLE color: 13536552.

HSL color Cylindrical-coordinate representation of color #288DCE: hue angle of 203.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288DCE is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 141 206 -
CMYK 0.81 0.32 0 0.19
HSL 203.49º 0.67% 0.48% -
HSV(B) 203.49º 0.81% 0.81% -
XYZ 21.54 23.96 61.88 -
YUV 118.21 177.54 72.21 -
System Red Green Blue C M Y K H S L
Decimal 40 141 206 0.81 0.32 0 0.19 203.49 0.67 0.48
Hex 28 8D CE 51 20 0 13 CB 43 30
Octal 50 215 316 121 40 0 23 313 103 60
Binary 101000 10001101 11001110 1010001 100000 0 10011 11001011 1000011 110000

Color Harmonies of #288DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DCE

Black with #288DCE

Text Example


Text Example

White with #288DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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