Html Css Color HEX #287FB1 Curious Blue

📋 copy color: '#287FB1'

red 40 ◦ green 127 ◦ blue 177

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

Shades of Curious Blue #287FB1

Tints of Curious Blue #287FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 36.92%

 BLUE value IS 177 (69.53% from 255) = 51.45%

R = 11.63%
G = 36.92%
B = 51.45%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#287FB1 (or 0x287FB1) is known color: Curious Blue. HEX triplet: 28, 7F and B1. RGB value is (40,127,177). Sum of RGB (Red+Green+Blue) = 40+127+177=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #287FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287FB1 is #D7804E. Grayscale: #6A6A6A. Windows color (decimal): -14123087 or 11632424. OLE color: 11632424.

HSL color Cylindrical-coordinate representation of color #287FB1: hue angle of 201.9º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287FB1 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 127 177 -
CMYK 0.77 0.28 0 0.31
HSL 201.9º 0.63% 0.43% -
HSV(B) 201.9º 0.77% 0.69% -
XYZ 16.4 18.8 44.36 -
YUV 106.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 40 127 177 0.77 0.28 0 0.31 201.9 0.63 0.43
Hex 28 7F B1 4D 1C 0 1F CA 3F 2B
Octal 50 177 261 115 34 0 37 312 77 53
Binary 101000 1111111 10110001 1001101 11100 0 11111 11001010 111111 101011

Color Harmonies of #287FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287FB1

Black with #287FB1

Text Example


Text Example

White with #287FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287FB1; }

 p { color: rgb(40,127,177); }

 H1.HeaderClassName
 {
   color: #287FB1;
 }
 .AnyTagClassName
 {
   color: #287FB1;
 }
</style>

background-color css

<style>
 a { background-color: #287FB1; }

 a { background-color: rgb(40,127,177); }

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

border-color css

<style>
 span { border-color: #287FB1; }

 span { border-color: rgb(40,127,177); }

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