Html Css Color HEX #2985BA Curious Blue

📋 copy color: '#2985BA'

red 41 ◦ green 133 ◦ blue 186

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

Shades of Curious Blue #2985BA

Tints of Curious Blue #2985BA

RGB

 RED value IS 41 (16.41% from 255) = 11.39%

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 11.39%
G = 36.94%
B = 51.67%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2985BA (or 0x2985BA) is known color: Curious Blue. HEX triplet: 29, 85 and BA. RGB value is (41,133,186). Sum of RGB (Red+Green+Blue) = 41+133+186=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2985BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2985BA is #D67A45. Grayscale: #6F6F6F. Windows color (decimal): -14056006 or 12223785. OLE color: 12223785.

HSL color Cylindrical-coordinate representation of color #2985BA: hue angle of 201.93º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2985BA is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 133 186 -
CMYK 0.78 0.28 0 0.27
HSL 201.93º 0.64% 0.45% -
HSV(B) 201.93º 0.78% 0.73% -
XYZ 18.16 20.79 49.51 -
YUV 111.53 170.02 77.69 -
System Red Green Blue C M Y K H S L
Decimal 41 133 186 0.78 0.28 0 0.27 201.93 0.64 0.45
Hex 29 85 BA 4E 1C 0 1B CA 40 2D
Octal 51 205 272 116 34 0 33 312 100 55
Binary 101001 10000101 10111010 1001110 11100 0 11011 11001010 1000000 101101

Color Harmonies of #2985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2985BA

Black with #2985BA

Text Example


Text Example

White with #2985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2985BA; }

 p { color: rgb(41,133,186); }

 H1.HeaderClassName
 {
   color: #2985BA;
 }
 .AnyTagClassName
 {
   color: #2985BA;
 }
</style>

background-color css

<style>
 a { background-color: #2985BA; }

 a { background-color: rgb(41,133,186); }

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

border-color css

<style>
 span { border-color: #2985BA; }

 span { border-color: rgb(41,133,186); }

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