Html Css Color HEX #287FB0 Curious Blue

📋 copy color: '#287FB0'

red 40 ◦ green 127 ◦ blue 176

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

Shades of Curious Blue #287FB0

Tints of Curious Blue #287FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.31%

R = 11.66%
G = 37.03%
B = 51.31%

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

#287FB0 (or 0x287FB0) is known color: Curious Blue. HEX triplet: 28, 7F and B0. RGB value is (40,127,176). Sum of RGB (Red+Green+Blue) = 40+127+176=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #287FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287FB0 is #D7804F. Grayscale: #6A6A6A. Windows color (decimal): -14123088 or 11566888. OLE color: 11566888.

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

Color convert

RGB 40 127 176 -
CMYK 0.77 0.28 0 0.31
HSL 201.62º 0.63% 0.42% -
HSV(B) 201.62º 0.77% 0.69% -
XYZ 16.3 18.76 43.84 -
YUV 106.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 40 127 176 0.77 0.28 0 0.31 201.62 0.63 0.42
Hex 28 7F B0 4D 1C 0 1F CA 3F 2A
Octal 50 177 260 115 34 0 37 312 77 52
Binary 101000 1111111 10110000 1001101 11100 0 11111 11001010 111111 101010

Color Harmonies of #287FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287FB0

Black with #287FB0

Text Example


Text Example

White with #287FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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