Html Css Color HEX #2E85BA Curious Blue

📋 copy color: '#2E85BA'

red 46 ◦ green 133 ◦ blue 186

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

Shades of Curious Blue #2E85BA

Tints of Curious Blue #2E85BA

RGB

 RED value IS 46 (18.36% from 255) = 12.6%

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

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

R = 12.6%
G = 36.44%
B = 50.96%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E85BA (or 0x2E85BA) is known color: Curious Blue. HEX triplet: 2E, 85 and BA. RGB value is (46,133,186). Sum of RGB (Red+Green+Blue) = 46+133+186=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E85BA is #D17A45. Grayscale: #707070. Windows color (decimal): -13728326 or 12223790. OLE color: 12223790.

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

Color convert

RGB 46 133 186 -
CMYK 0.75 0.28 0 0.27
HSL 202.71º 0.6% 0.45% -
HSV(B) 202.71º 0.75% 0.73% -
XYZ 18.38 20.9 49.52 -
YUV 113.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 46 133 186 0.75 0.28 0 0.27 202.71 0.6 0.45
Hex 2E 85 BA 4B 1C 0 1B CB 3C 2D
Octal 56 205 272 113 34 0 33 313 74 55
Binary 101110 10000101 10111010 1001011 11100 0 11011 11001011 111100 101101

Color Harmonies of #2E85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E85BA

Black with #2E85BA

Text Example


Text Example

White with #2E85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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