Html Css Color HEX #2679BD Curious Blue

📋 copy color: '#2679BD'

red 38 ◦ green 121 ◦ blue 189

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

Shades of Curious Blue #2679BD

Tints of Curious Blue #2679BD

RGB

 RED value IS 38 (15.23% from 255) = 10.92%

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 10.92%
G = 34.77%
B = 54.31%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2679BD (or 0x2679BD) is known color: Curious Blue. HEX triplet: 26, 79 and BD. RGB value is (38,121,189). Sum of RGB (Red+Green+Blue) = 38+121+189=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #2679BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679BD is #D98642. Grayscale: #676767. Windows color (decimal): -14255683 or 12417318. OLE color: 12417318.

HSL color Cylindrical-coordinate representation of color #2679BD: hue angle of 207.02º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2679BD is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 121 189 -
CMYK 0.80 0.36 0 0.26
HSL 207.02º 0.67% 0.45% -
HSV(B) 207.02º 0.8% 0.74% -
XYZ 16.82 17.76 50.69 -
YUV 103.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 38 121 189 0.80 0.36 0 0.26 207.02 0.67 0.45
Hex 26 79 BD 50 24 0 1A CF 43 2D
Octal 46 171 275 120 44 0 32 317 103 55
Binary 100110 1111001 10111101 1010000 100100 0 11010 11001111 1000011 101101

Color Harmonies of #2679BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679BD

Black with #2679BD

Text Example


Text Example

White with #2679BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2679BD; }

 p { color: rgb(38,121,189); }

 H1.HeaderClassName
 {
   color: #2679BD;
 }
 .AnyTagClassName
 {
   color: #2679BD;
 }
</style>

background-color css

<style>
 a { background-color: #2679BD; }

 a { background-color: rgb(38,121,189); }

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

border-color css

<style>
 span { border-color: #2679BD; }

 span { border-color: rgb(38,121,189); }

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