Html Css Color HEX #288CCD Curious Blue

📋 copy color: '#288CCD'

red 40 ◦ green 140 ◦ blue 205

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

Shades of Curious Blue #288CCD

Tints of Curious Blue #288CCD

RGB

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

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

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

R = 10.39%
G = 36.36%
B = 53.25%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#288CCD (or 0x288CCD) is known color: Curious Blue. HEX triplet: 28, 8C and CD. RGB value is (40,140,205). Sum of RGB (Red+Green+Blue) = 40+140+205=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #288CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CCD is #D77332. Grayscale: #757575. Windows color (decimal): -14119731 or 13470760. OLE color: 13470760.

HSL color Cylindrical-coordinate representation of color #288CCD: hue angle of 203.64º 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 #288CCD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 140 205 -
CMYK 0.80 0.32 0 0.20
HSL 203.64º 0.67% 0.48% -
HSV(B) 203.64º 0.8% 0.8% -
XYZ 21.27 23.62 61.19 -
YUV 117.51 177.37 72.71 -
System Red Green Blue C M Y K H S L
Decimal 40 140 205 0.80 0.32 0 0.20 203.64 0.67 0.48
Hex 28 8C CD 50 20 0 14 CC 43 30
Octal 50 214 315 120 40 0 24 314 103 60
Binary 101000 10001100 11001101 1010000 100000 0 10100 11001100 1000011 110000

Color Harmonies of #288CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CCD

Black with #288CCD

Text Example


Text Example

White with #288CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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