Html Css Color HEX #2779CE Curious Blue

📋 copy color: '#2779CE'

red 39 ◦ green 121 ◦ blue 206

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

Shades of Curious Blue #2779CE

Tints of Curious Blue #2779CE

RGB

 RED value IS 39 (15.63% from 255) = 10.66%

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 10.66%
G = 33.06%
B = 56.28%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2779CE (or 0x2779CE) is known color: Curious Blue. HEX triplet: 27, 79 and CE. RGB value is (39,121,206). Sum of RGB (Red+Green+Blue) = 39+121+206=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #2779CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779CE is #D88631. Grayscale: #696969. Windows color (decimal): -14190130 or 13531431. OLE color: 13531431.

HSL color Cylindrical-coordinate representation of color #2779CE: hue angle of 210.54º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2779CE is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 121 206 -
CMYK 0.81 0.41 0 0.19
HSL 210.54º 0.68% 0.48% -
HSV(B) 210.54º 0.81% 0.81% -
XYZ 18.81 18.56 60.98 -
YUV 106.17 184.33 80.09 -
System Red Green Blue C M Y K H S L
Decimal 39 121 206 0.81 0.41 0 0.19 210.54 0.68 0.48
Hex 27 79 CE 51 29 0 13 D3 44 30
Octal 47 171 316 121 51 0 23 323 104 60
Binary 100111 1111001 11001110 1010001 101001 0 10011 11010011 1000100 110000

Color Harmonies of #2779CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779CE

Black with #2779CE

Text Example


Text Example

White with #2779CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2779CE; }

 p { color: rgb(39,121,206); }

 H1.HeaderClassName
 {
   color: #2779CE;
 }
 .AnyTagClassName
 {
   color: #2779CE;
 }
</style>

background-color css

<style>
 a { background-color: #2779CE; }

 a { background-color: rgb(39,121,206); }

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

border-color css

<style>
 span { border-color: #2779CE; }

 span { border-color: rgb(39,121,206); }

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