Html Css Color HEX #288ABF Curious Blue

📋 copy color: '#288ABF'

red 40 ◦ green 138 ◦ blue 191

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

Shades of Curious Blue #288ABF

Tints of Curious Blue #288ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 10.84%
G = 37.4%
B = 51.76%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#288ABF (or 0x288ABF) is known color: Curious Blue. HEX triplet: 28, 8A and BF. RGB value is (40,138,191). Sum of RGB (Red+Green+Blue) = 40+138+191=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #288ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ABF is #D77540. Grayscale: #727272. Windows color (decimal): -14120257 or 12552744. OLE color: 12552744.

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

Color convert

RGB 40 138 191 -
CMYK 0.79 0.28 0 0.25
HSL 201.06º 0.65% 0.45% -
HSV(B) 201.06º 0.79% 0.75% -
XYZ 19.37 22.39 52.59 -
YUV 114.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 40 138 191 0.79 0.28 0 0.25 201.06 0.65 0.45
Hex 28 8A BF 4F 1C 0 19 C9 41 2D
Octal 50 212 277 117 34 0 31 311 101 55
Binary 101000 10001010 10111111 1001111 11100 0 11001 11001001 1000001 101101

Color Harmonies of #288ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ABF

Black with #288ABF

Text Example


Text Example

White with #288ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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