Html Css Color HEX #2875BD Curious Blue

📋 copy color: '#2875BD'

red 40 ◦ green 117 ◦ blue 189

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

Shades of Curious Blue #2875BD

Tints of Curious Blue #2875BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 11.56%
G = 33.82%
B = 54.62%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2875BD (or 0x2875BD) is known color: Curious Blue. HEX triplet: 28, 75 and BD. RGB value is (40,117,189). Sum of RGB (Red+Green+Blue) = 40+117+189=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #2875BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875BD is #D78A42. Grayscale: #656565. Windows color (decimal): -14125635 or 12416296. OLE color: 12416296.

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

Color convert

RGB 40 117 189 -
CMYK 0.79 0.38 0 0.26
HSL 208.99º 0.65% 0.45% -
HSV(B) 208.99º 0.79% 0.74% -
XYZ 16.42 16.85 50.53 -
YUV 102.19 176.99 83.65 -
System Red Green Blue C M Y K H S L
Decimal 40 117 189 0.79 0.38 0 0.26 208.99 0.65 0.45
Hex 28 75 BD 4F 26 0 1A D1 41 2D
Octal 50 165 275 117 46 0 32 321 101 55
Binary 101000 1110101 10111101 1001111 100110 0 11010 11010001 1000001 101101

Color Harmonies of #2875BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875BD

Black with #2875BD

Text Example


Text Example

White with #2875BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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