Html Css Color HEX #2B7DBE Curious Blue

📋 copy color: '#2B7DBE'

red 43 ◦ green 125 ◦ blue 190

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

Shades of Curious Blue #2B7DBE

Tints of Curious Blue #2B7DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 12.01%
G = 34.92%
B = 53.07%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B7DBE (or 0x2B7DBE) is known color: Curious Blue. HEX triplet: 2B, 7D and BE. RGB value is (43,125,190). Sum of RGB (Red+Green+Blue) = 43+125+190=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DBE is #D48241. Grayscale: #6B6B6B. Windows color (decimal): -13926978 or 12483883. OLE color: 12483883.

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

Color convert

RGB 43 125 190 -
CMYK 0.77 0.34 0 0.25
HSL 206.53º 0.63% 0.46% -
HSV(B) 206.53º 0.77% 0.75% -
XYZ 17.62 18.9 51.43 -
YUV 107.89 174.33 81.71 -
System Red Green Blue C M Y K H S L
Decimal 43 125 190 0.77 0.34 0 0.25 206.53 0.63 0.46
Hex 2B 7D BE 4D 22 0 19 CF 3F 2E
Octal 53 175 276 115 42 0 31 317 77 56
Binary 101011 1111101 10111110 1001101 100010 0 11001 11001111 111111 101110

Color Harmonies of #2B7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7DBE

Black with #2B7DBE

Text Example


Text Example

White with #2B7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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