Html Css Color HEX #288ABD Curious Blue

📋 copy color: '#288ABD'

red 40 ◦ green 138 ◦ blue 189

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

Shades of Curious Blue #288ABD

Tints of Curious Blue #288ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 10.9%
G = 37.6%
B = 51.5%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#288ABD (or 0x288ABD) is known color: Curious Blue. HEX triplet: 28, 8A and BD. RGB value is (40,138,189). Sum of RGB (Red+Green+Blue) = 40+138+189=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #288ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ABD is #D77542. Grayscale: #727272. Windows color (decimal): -14120259 or 12421672. OLE color: 12421672.

HSL color Cylindrical-coordinate representation of color #288ABD: hue angle of 200.54º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288ABD is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 138 189 -
CMYK 0.79 0.27 0 0.26
HSL 200.54º 0.65% 0.45% -
HSV(B) 200.54º 0.79% 0.74% -
XYZ 19.15 22.3 51.44 -
YUV 114.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 40 138 189 0.79 0.27 0 0.26 200.54 0.65 0.45
Hex 28 8A BD 4F 1B 0 1A C9 41 2D
Octal 50 212 275 117 33 0 32 311 101 55
Binary 101000 10001010 10111101 1001111 11011 0 11010 11001001 1000001 101101

Color Harmonies of #288ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ABD

Black with #288ABD

Text Example


Text Example

White with #288ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,138,189); }

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

background-color css

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

 a { background-color: rgb(40,138,189); }

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

border-color css

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

 span { border-color: rgb(40,138,189); }

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