Html Css Color HEX #288BD9 Curious Blue

📋 copy color: '#288BD9'

red 40 ◦ green 139 ◦ blue 217

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

Shades of Curious Blue #288BD9

Tints of Curious Blue #288BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 10.1%
G = 35.1%
B = 54.8%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#288BD9 (or 0x288BD9) is known color: Curious Blue. HEX triplet: 28, 8B and D9. RGB value is (40,139,217). Sum of RGB (Red+Green+Blue) = 40+139+217=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #288BD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BD9 is #D77426. Grayscale: #757575. Windows color (decimal): -14119975 or 14256936. OLE color: 14256936.

HSL color Cylindrical-coordinate representation of color #288BD9: hue angle of 206.44º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288BD9 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 139 217 -
CMYK 0.82 0.36 0 0.15
HSL 206.44º 0.7% 0.5% -
HSV(B) 206.44º 0.82% 0.85% -
XYZ 22.63 23.93 69.07 -
YUV 118.29 183.7 72.16 -
System Red Green Blue C M Y K H S L
Decimal 40 139 217 0.82 0.36 0 0.15 206.44 0.7 0.5
Hex 28 8B D9 52 24 0 F CE 46 32
Octal 50 213 331 122 44 0 17 316 106 62
Binary 101000 10001011 11011001 1010010 100100 0 1111 11001110 1000110 110010

Color Harmonies of #288BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BD9

Black with #288BD9

Text Example


Text Example

White with #288BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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