Html Css Color HEX #287CBB Curious Blue

📋 copy color: '#287CBB'

red 40 ◦ green 124 ◦ blue 187

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

Shades of Curious Blue #287CBB

Tints of Curious Blue #287CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 11.4%
G = 35.33%
B = 53.28%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#287CBB (or 0x287CBB) is known color: Curious Blue. HEX triplet: 28, 7C and BB. RGB value is (40,124,187). Sum of RGB (Red+Green+Blue) = 40+124+187=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #287CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CBB is #D78344. Grayscale: #696969. Windows color (decimal): -14123845 or 12287016. OLE color: 12287016.

HSL color Cylindrical-coordinate representation of color #287CBB: hue angle of 205.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287CBB is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 124 187 -
CMYK 0.79 0.34 0 0.27
HSL 205.71º 0.65% 0.45% -
HSV(B) 205.71º 0.79% 0.73% -
XYZ 17.05 18.45 49.68 -
YUV 106.07 173.67 80.88 -
System Red Green Blue C M Y K H S L
Decimal 40 124 187 0.79 0.34 0 0.27 205.71 0.65 0.45
Hex 28 7C BB 4F 22 0 1B CE 41 2D
Octal 50 174 273 117 42 0 33 316 101 55
Binary 101000 1111100 10111011 1001111 100010 0 11011 11001110 1000001 101101

Color Harmonies of #287CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287CBB

Black with #287CBB

Text Example


Text Example

White with #287CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,124,187); }

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

background-color css

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

 a { background-color: rgb(40,124,187); }

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

border-color css

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

 span { border-color: rgb(40,124,187); }

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