Html Css Color HEX #2679CD Curious Blue

📋 copy color: '#2679CD'

red 38 ◦ green 121 ◦ blue 205

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

Shades of Curious Blue #2679CD

Tints of Curious Blue #2679CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 10.44%
G = 33.24%
B = 56.32%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2679CD (or 0x2679CD) is known color: Curious Blue. HEX triplet: 26, 79 and CD. RGB value is (38,121,205). Sum of RGB (Red+Green+Blue) = 38+121+205=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #2679CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679CD is #D98632. Grayscale: #696969. Windows color (decimal): -14255667 or 13465894. OLE color: 13465894.

HSL color Cylindrical-coordinate representation of color #2679CD: hue angle of 210.18º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2679CD is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 121 205 -
CMYK 0.81 0.41 0 0.20
HSL 210.18º 0.69% 0.48% -
HSV(B) 210.18º 0.81% 0.8% -
XYZ 18.66 18.49 60.34 -
YUV 105.76 184 79.67 -
System Red Green Blue C M Y K H S L
Decimal 38 121 205 0.81 0.41 0 0.20 210.18 0.69 0.48
Hex 26 79 CD 51 29 0 14 D2 45 30
Octal 46 171 315 121 51 0 24 322 105 60
Binary 100110 1111001 11001101 1010001 101001 0 10100 11010010 1000101 110000

Color Harmonies of #2679CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679CD

Black with #2679CD

Text Example


Text Example

White with #2679CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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