Html Css Color HEX #2B7CBD Curious Blue

📋 copy color: '#2B7CBD'

red 43 ◦ green 124 ◦ blue 189

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

Shades of Curious Blue #2B7CBD

Tints of Curious Blue #2B7CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 12.08%
G = 34.83%
B = 53.09%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B7CBD (or 0x2B7CBD) is known color: Curious Blue. HEX triplet: 2B, 7C and BD. RGB value is (43,124,189). Sum of RGB (Red+Green+Blue) = 43+124+189=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B7CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CBD is #D48342. Grayscale: #6A6A6A. Windows color (decimal): -13927235 or 12418091. OLE color: 12418091.

HSL color Cylindrical-coordinate representation of color #2B7CBD: hue angle of 206.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7CBD is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 124 189 -
CMYK 0.77 0.34 0 0.26
HSL 206.71º 0.63% 0.45% -
HSV(B) 206.71º 0.77% 0.74% -
XYZ 17.39 18.6 50.82 -
YUV 107.19 174.16 82.21 -
System Red Green Blue C M Y K H S L
Decimal 43 124 189 0.77 0.34 0 0.26 206.71 0.63 0.45
Hex 2B 7C BD 4D 22 0 1A CF 3F 2D
Octal 53 174 275 115 42 0 32 317 77 55
Binary 101011 1111100 10111101 1001101 100010 0 11010 11001111 111111 101101

Color Harmonies of #2B7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7CBD

Black with #2B7CBD

Text Example


Text Example

White with #2B7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,124,189); }

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

background-color css

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

 a { background-color: rgb(43,124,189); }

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

border-color css

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

 span { border-color: rgb(43,124,189); }

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