Html Css Color HEX #2B7BC7 Curious Blue

📋 copy color: '#2B7BC7'

red 43 ◦ green 123 ◦ blue 199

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

Shades of Curious Blue #2B7BC7

Tints of Curious Blue #2B7BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 199 (78.13% from 255) = 54.52%

R = 11.78%
G = 33.7%
B = 54.52%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2B7BC7 (or 0x2B7BC7) is known color: Curious Blue. HEX triplet: 2B, 7B and C7. RGB value is (43,123,199). Sum of RGB (Red+Green+Blue) = 43+123+199=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #2B7BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BC7 is #D48438. Grayscale: #6B6B6B. Windows color (decimal): -13927481 or 13073195. OLE color: 13073195.

HSL color Cylindrical-coordinate representation of color #2B7BC7: hue angle of 209.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B7BC7 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 123 199 -
CMYK 0.78 0.38 0 0.22
HSL 209.23º 0.64% 0.47% -
HSV(B) 209.23º 0.78% 0.78% -
XYZ 18.39 18.8 56.69 -
YUV 107.74 179.5 81.82 -
System Red Green Blue C M Y K H S L
Decimal 43 123 199 0.78 0.38 0 0.22 209.23 0.64 0.47
Hex 2B 7B C7 4E 26 0 16 D1 40 2F
Octal 53 173 307 116 46 0 26 321 100 57
Binary 101011 1111011 11000111 1001110 100110 0 10110 11010001 1000000 101111

Color Harmonies of #2B7BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7BC7

Black with #2B7BC7

Text Example


Text Example

White with #2B7BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,123,199); }

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

background-color css

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

 a { background-color: rgb(43,123,199); }

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

border-color css

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

 span { border-color: rgb(43,123,199); }

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