Html Css Color HEX #2B7FBB Curious Blue

📋 copy color: '#2B7FBB'

red 43 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #2B7FBB

Tints of Curious Blue #2B7FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 12.04%
G = 35.57%
B = 52.38%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B7FBB (or 0x2B7FBB) is known color: Curious Blue. HEX triplet: 2B, 7F and BB. RGB value is (43,127,187). Sum of RGB (Red+Green+Blue) = 43+127+187=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B7FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7FBB is #D48044. Grayscale: #6C6C6C. Windows color (decimal): -13926469 or 12287787. OLE color: 12287787.

HSL color Cylindrical-coordinate representation of color #2B7FBB: hue angle of 205º degrees, saturation: 0.63, 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 #2B7FBB is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 127 187 -
CMYK 0.77 0.32 0 0.27
HSL 205º 0.63% 0.45% -
HSV(B) 205º 0.77% 0.73% -
XYZ 17.56 19.28 49.81 -
YUV 108.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 43 127 187 0.77 0.32 0 0.27 205 0.63 0.45
Hex 2B 7F BB 4D 20 0 1B CD 3F 2D
Octal 53 177 273 115 40 0 33 315 77 55
Binary 101011 1111111 10111011 1001101 100000 0 11011 11001101 111111 101101

Color Harmonies of #2B7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7FBB

Black with #2B7FBB

Text Example


Text Example

White with #2B7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,187); }

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

background-color css

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

 a { background-color: rgb(43,127,187); }

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

border-color css

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

 span { border-color: rgb(43,127,187); }

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