Html Css Color HEX #2679BC Curious Blue

📋 copy color: '#2679BC'

red 38 ◦ green 121 ◦ blue 188

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

Shades of Curious Blue #2679BC

Tints of Curious Blue #2679BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 10.95%
G = 34.87%
B = 54.18%

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

#2679BC (or 0x2679BC) is known color: Curious Blue. HEX triplet: 26, 79 and BC. RGB value is (38,121,188). Sum of RGB (Red+Green+Blue) = 38+121+188=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #2679BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679BC is #D98643. Grayscale: #676767. Windows color (decimal): -14255684 or 12351782. OLE color: 12351782.

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

Color convert

RGB 38 121 188 -
CMYK 0.80 0.36 0 0.26
HSL 206.8º 0.66% 0.44% -
HSV(B) 206.8º 0.8% 0.74% -
XYZ 16.71 17.72 50.12 -
YUV 103.82 175.5 81.05 -
System Red Green Blue C M Y K H S L
Decimal 38 121 188 0.80 0.36 0 0.26 206.8 0.66 0.44
Hex 26 79 BC 50 24 0 1A CF 42 2C
Octal 46 171 274 120 44 0 32 317 102 54
Binary 100110 1111001 10111100 1010000 100100 0 11010 11001111 1000010 101100

Color Harmonies of #2679BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679BC

Black with #2679BC

Text Example


Text Example

White with #2679BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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