Html Css Color HEX #288BD7 Curious Blue

📋 copy color: '#288BD7'

red 40 ◦ green 139 ◦ blue 215

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

Shades of Curious Blue #288BD7

Tints of Curious Blue #288BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.57%

R = 10.15%
G = 35.28%
B = 54.57%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#288BD7 (or 0x288BD7) is known color: Curious Blue. HEX triplet: 28, 8B and D7. RGB value is (40,139,215). Sum of RGB (Red+Green+Blue) = 40+139+215=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #288BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BD7 is #D77428. Grayscale: #757575. Windows color (decimal): -14119977 or 14125864. OLE color: 14125864.

HSL color Cylindrical-coordinate representation of color #288BD7: hue angle of 206.06º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288BD7 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 139 215 -
CMYK 0.81 0.35 0 0.16
HSL 206.06º 0.69% 0.5% -
HSV(B) 206.06º 0.81% 0.84% -
XYZ 22.37 23.82 67.71 -
YUV 118.06 182.7 72.32 -
System Red Green Blue C M Y K H S L
Decimal 40 139 215 0.81 0.35 0 0.16 206.06 0.69 0.5
Hex 28 8B D7 51 23 0 10 CE 45 32
Octal 50 213 327 121 43 0 20 316 105 62
Binary 101000 10001011 11010111 1010001 100011 0 10000 11001110 1000101 110010

Color Harmonies of #288BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BD7

Black with #288BD7

Text Example


Text Example

White with #288BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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