Html Css Color HEX #288DCD Curious Blue

📋 copy color: '#288DCD'

red 40 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #288DCD

Tints of Curious Blue #288DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 10.36%
G = 36.53%
B = 53.11%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#288DCD (or 0x288DCD) is known color: Curious Blue. HEX triplet: 28, 8D and CD. RGB value is (40,141,205). Sum of RGB (Red+Green+Blue) = 40+141+205=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #288DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DCD is #D77232. Grayscale: #757575. Windows color (decimal): -14119475 or 13471016. OLE color: 13471016.

HSL color Cylindrical-coordinate representation of color #288DCD: hue angle of 203.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288DCD is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 141 205 -
CMYK 0.80 0.31 0 0.20
HSL 203.27º 0.67% 0.48% -
HSV(B) 203.27º 0.8% 0.8% -
XYZ 21.42 23.91 61.24 -
YUV 118.1 177.04 72.3 -
System Red Green Blue C M Y K H S L
Decimal 40 141 205 0.80 0.31 0 0.20 203.27 0.67 0.48
Hex 28 8D CD 50 1F 0 14 CB 43 30
Octal 50 215 315 120 37 0 24 313 103 60
Binary 101000 10001101 11001101 1010000 11111 0 10100 11001011 1000011 110000

Color Harmonies of #288DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DCD

Black with #288DCD

Text Example


Text Example

White with #288DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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