Html Css Color HEX #2B86CA Curious Blue

📋 copy color: '#2B86CA'

red 43 ◦ green 134 ◦ blue 202

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

Shades of Curious Blue #2B86CA

Tints of Curious Blue #2B86CA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 11.35%
G = 35.36%
B = 53.3%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2B86CA (or 0x2B86CA) is known color: Curious Blue. HEX triplet: 2B, 86 and CA. RGB value is (43,134,202). Sum of RGB (Red+Green+Blue) = 43+134+202=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B86CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B86CA is #D47935. Grayscale: #727272. Windows color (decimal): -13924662 or 13272619. OLE color: 13272619.

HSL color Cylindrical-coordinate representation of color #2B86CA: hue angle of 205.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B86CA is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 134 202 -
CMYK 0.79 0.34 0 0.21
HSL 205.66º 0.65% 0.48% -
HSV(B) 205.66º 0.79% 0.79% -
XYZ 20.18 21.83 59.03 -
YUV 114.54 177.35 76.97 -
System Red Green Blue C M Y K H S L
Decimal 43 134 202 0.79 0.34 0 0.21 205.66 0.65 0.48
Hex 2B 86 CA 4F 22 0 15 CE 41 30
Octal 53 206 312 117 42 0 25 316 101 60
Binary 101011 10000110 11001010 1001111 100010 0 10101 11001110 1000001 110000

Color Harmonies of #2B86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B86CA

Black with #2B86CA

Text Example


Text Example

White with #2B86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,134,202); }

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

background-color css

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

 a { background-color: rgb(43,134,202); }

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

border-color css

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

 span { border-color: rgb(43,134,202); }

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