Html Css Color HEX #2B85BE Curious Blue

📋 copy color: '#2B85BE'

red 43 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #2B85BE

Tints of Curious Blue #2B85BE

RGB

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

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

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

R = 11.75%
G = 36.34%
B = 51.91%

CMYK

 C value IS 0.77

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B85BE (or 0x2B85BE) is known color: Curious Blue. HEX triplet: 2B, 85 and BE. RGB value is (43,133,190). Sum of RGB (Red+Green+Blue) = 43+133+190=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B85BE is #D47A41. Grayscale: #707070. Windows color (decimal): -13924930 or 12485931. OLE color: 12485931.

HSL color Cylindrical-coordinate representation of color #2B85BE: hue angle of 203.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B85BE is Cyan = 0.77, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 133 190 -
CMYK 0.77 0.3 0 0.25
HSL 203.27º 0.63% 0.46% -
HSV(B) 203.27º 0.77% 0.75% -
XYZ 18.68 21.01 51.79 -
YUV 112.59 171.68 78.37 -
System Red Green Blue C M Y K H S L
Decimal 43 133 190 0.77 0.3 0 0.25 203.27 0.63 0.46
Hex 2B 85 BE 4D 1E 0 19 CB 3F 2E
Octal 53 205 276 115 36 0 31 313 77 56
Binary 101011 10000101 10111110 1001101 11110 0 11001 11001011 111111 101110

Color Harmonies of #2B85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B85BE

Black with #2B85BE

Text Example


Text Example

White with #2B85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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