Html Css Color HEX #2B85BA Curious Blue

📋 copy color: '#2B85BA'

red 43 ◦ green 133 ◦ blue 186

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

Shades of Curious Blue #2B85BA

Tints of Curious Blue #2B85BA

RGB

 RED value IS 43 (17.19% from 255) = 11.88%

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

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

R = 11.88%
G = 36.74%
B = 51.38%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B85BA (or 0x2B85BA) is known color: Curious Blue. HEX triplet: 2B, 85 and BA. RGB value is (43,133,186). Sum of RGB (Red+Green+Blue) = 43+133+186=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B85BA is #D47A45. Grayscale: #6F6F6F. Windows color (decimal): -13924934 or 12223787. OLE color: 12223787.

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

Color convert

RGB 43 133 186 -
CMYK 0.77 0.28 0 0.27
HSL 202.24º 0.62% 0.45% -
HSV(B) 202.24º 0.77% 0.73% -
XYZ 18.25 20.83 49.51 -
YUV 112.13 169.68 78.69 -
System Red Green Blue C M Y K H S L
Decimal 43 133 186 0.77 0.28 0 0.27 202.24 0.62 0.45
Hex 2B 85 BA 4D 1C 0 1B CA 3E 2D
Octal 53 205 272 115 34 0 33 312 76 55
Binary 101011 10000101 10111010 1001101 11100 0 11011 11001010 111110 101101

Color Harmonies of #2B85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B85BA

Black with #2B85BA

Text Example


Text Example

White with #2B85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B85BA; }

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

 H1.HeaderClassName
 {
   color: #2B85BA;
 }
 .AnyTagClassName
 {
   color: #2B85BA;
 }
</style>

background-color css

<style>
 a { background-color: #2B85BA; }

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

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

border-color css

<style>
 span { border-color: #2B85BA; }

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

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