Html Css Color HEX #2875BE Curious Blue

📋 copy color: '#2875BE'

red 40 ◦ green 117 ◦ blue 190

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

Shades of Curious Blue #2875BE

Tints of Curious Blue #2875BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 11.53%
G = 33.72%
B = 54.76%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2875BE (or 0x2875BE) is known color: Curious Blue. HEX triplet: 28, 75 and BE. RGB value is (40,117,190). Sum of RGB (Red+Green+Blue) = 40+117+190=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #2875BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875BE is #D78A41. Grayscale: #656565. Windows color (decimal): -14125634 or 12481832. OLE color: 12481832.

HSL color Cylindrical-coordinate representation of color #2875BE: hue angle of 209.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2875BE is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 117 190 -
CMYK 0.79 0.38 0 0.25
HSL 209.2º 0.65% 0.45% -
HSV(B) 209.2º 0.79% 0.75% -
XYZ 16.53 16.89 51.1 -
YUV 102.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 40 117 190 0.79 0.38 0 0.25 209.2 0.65 0.45
Hex 28 75 BE 4F 26 0 19 D1 41 2D
Octal 50 165 276 117 46 0 31 321 101 55
Binary 101000 1110101 10111110 1001111 100110 0 11001 11010001 1000001 101101

Color Harmonies of #2875BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875BE

Black with #2875BE

Text Example


Text Example

White with #2875BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2875BE; }

 p { color: rgb(40,117,190); }

 H1.HeaderClassName
 {
   color: #2875BE;
 }
 .AnyTagClassName
 {
   color: #2875BE;
 }
</style>

background-color css

<style>
 a { background-color: #2875BE; }

 a { background-color: rgb(40,117,190); }

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

border-color css

<style>
 span { border-color: #2875BE; }

 span { border-color: rgb(40,117,190); }

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