Html Css Color HEX #2B7DCC Curious Blue

📋 copy color: '#2B7DCC'

red 43 ◦ green 125 ◦ blue 204

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

Shades of Curious Blue #2B7DCC

Tints of Curious Blue #2B7DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 11.56%
G = 33.6%
B = 54.84%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B7DCC (or 0x2B7DCC) is known color: Curious Blue. HEX triplet: 2B, 7D and CC. RGB value is (43,125,204). Sum of RGB (Red+Green+Blue) = 43+125+204=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B7DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DCC is #D48233. Grayscale: #6D6D6D. Windows color (decimal): -13926964 or 13401387. OLE color: 13401387.

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

Color convert

RGB 43 125 204 -
CMYK 0.79 0.39 0 0.2
HSL 209.44º 0.65% 0.48% -
HSV(B) 209.44º 0.79% 0.8% -
XYZ 19.23 19.54 59.88 -
YUV 109.49 181.33 80.58 -
System Red Green Blue C M Y K H S L
Decimal 43 125 204 0.79 0.39 0 0.2 209.44 0.65 0.48
Hex 2B 7D CC 4F 27 0 14 D1 41 30
Octal 53 175 314 117 47 0 24 321 101 60
Binary 101011 1111101 11001100 1001111 100111 0 10100 11010001 1000001 110000

Color Harmonies of #2B7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7DCC

Black with #2B7DCC

Text Example


Text Example

White with #2B7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,125,204); }

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

background-color css

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

 a { background-color: rgb(43,125,204); }

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

border-color css

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

 span { border-color: rgb(43,125,204); }

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