Html Css Color HEX #288CCB Curious Blue

📋 copy color: '#288CCB'

red 40 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #288CCB

Tints of Curious Blue #288CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 10.44%
G = 36.55%
B = 53%

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

#288CCB (or 0x288CCB) is known color: Curious Blue. HEX triplet: 28, 8C and CB. RGB value is (40,140,203). Sum of RGB (Red+Green+Blue) = 40+140+203=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #288CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CCB is #D77334. Grayscale: #747474. Windows color (decimal): -14119733 or 13339688. OLE color: 13339688.

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

Color convert

RGB 40 140 203 -
CMYK 0.80 0.31 0 0.20
HSL 203.19º 0.67% 0.48% -
HSV(B) 203.19º 0.8% 0.8% -
XYZ 21.03 23.52 59.93 -
YUV 117.28 176.37 72.88 -
System Red Green Blue C M Y K H S L
Decimal 40 140 203 0.80 0.31 0 0.20 203.19 0.67 0.48
Hex 28 8C CB 50 1F 0 14 CB 43 30
Octal 50 214 313 120 37 0 24 313 103 60
Binary 101000 10001100 11001011 1010000 11111 0 10100 11001011 1000011 110000

Color Harmonies of #288CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CCB

Black with #288CCB

Text Example


Text Example

White with #288CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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