Html Css Color HEX #287CC1 Curious Blue

📋 copy color: '#287CC1'

red 40 ◦ green 124 ◦ blue 193

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

Shades of Curious Blue #287CC1

Tints of Curious Blue #287CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.06%

R = 11.2%
G = 34.73%
B = 54.06%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#287CC1 (or 0x287CC1) is known color: Curious Blue. HEX triplet: 28, 7C and C1. RGB value is (40,124,193). Sum of RGB (Red+Green+Blue) = 40+124+193=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #287CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CC1 is #D7833E. Grayscale: #6A6A6A. Windows color (decimal): -14123839 or 12680232. OLE color: 12680232.

HSL color Cylindrical-coordinate representation of color #287CC1: hue angle of 207.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287CC1 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 124 193 -
CMYK 0.79 0.36 0 0.24
HSL 207.06º 0.66% 0.46% -
HSV(B) 207.06º 0.79% 0.76% -
XYZ 17.71 18.72 53.13 -
YUV 106.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 40 124 193 0.79 0.36 0 0.24 207.06 0.66 0.46
Hex 28 7C C1 4F 24 0 18 CF 42 2E
Octal 50 174 301 117 44 0 30 317 102 56
Binary 101000 1111100 11000001 1001111 100100 0 11000 11001111 1000010 101110

Color Harmonies of #287CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287CC1

Black with #287CC1

Text Example


Text Example

White with #287CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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