Html Css Color HEX #288BCC Curious Blue

📋 copy color: '#288BCC'

red 40 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #288BCC

Tints of Curious Blue #288BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 10.44%
G = 36.29%
B = 53.26%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#288BCC (or 0x288BCC) is known color: Curious Blue. HEX triplet: 28, 8B and CC. RGB value is (40,139,204). Sum of RGB (Red+Green+Blue) = 40+139+204=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #288BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BCC is #D77433. Grayscale: #747474. Windows color (decimal): -14119988 or 13404968. OLE color: 13404968.

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

Color convert

RGB 40 139 204 -
CMYK 0.80 0.32 0 0.2
HSL 203.78º 0.67% 0.48% -
HSV(B) 203.78º 0.8% 0.8% -
XYZ 21.01 23.28 60.51 -
YUV 116.81 177.2 73.21 -
System Red Green Blue C M Y K H S L
Decimal 40 139 204 0.80 0.32 0 0.2 203.78 0.67 0.48
Hex 28 8B CC 50 20 0 14 CC 43 30
Octal 50 213 314 120 40 0 24 314 103 60
Binary 101000 10001011 11001100 1010000 100000 0 10100 11001100 1000011 110000

Color Harmonies of #288BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BCC

Black with #288BCC

Text Example


Text Example

White with #288BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,139,204); }

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

background-color css

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

 a { background-color: rgb(40,139,204); }

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

border-color css

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

 span { border-color: rgb(40,139,204); }

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