Html Css Color HEX #2779CC Curious Blue

📋 copy color: '#2779CC'

red 39 ◦ green 121 ◦ blue 204

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

Shades of Curious Blue #2779CC

Tints of Curious Blue #2779CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 10.71%
G = 33.24%
B = 56.04%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2779CC (or 0x2779CC) is known color: Curious Blue. HEX triplet: 27, 79 and CC. RGB value is (39,121,204). Sum of RGB (Red+Green+Blue) = 39+121+204=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #2779CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779CC is #D88633. Grayscale: #696969. Windows color (decimal): -14190132 or 13400359. OLE color: 13400359.

HSL color Cylindrical-coordinate representation of color #2779CC: hue angle of 210.18º degrees, saturation: 0.68, 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 #2779CC is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 121 204 -
CMYK 0.81 0.41 0 0.2
HSL 210.18º 0.68% 0.48% -
HSV(B) 210.18º 0.81% 0.8% -
XYZ 18.57 18.47 59.71 -
YUV 105.94 183.33 80.25 -
System Red Green Blue C M Y K H S L
Decimal 39 121 204 0.81 0.41 0 0.2 210.18 0.68 0.48
Hex 27 79 CC 51 29 0 14 D2 44 30
Octal 47 171 314 121 51 0 24 322 104 60
Binary 100111 1111001 11001100 1010001 101001 0 10100 11010010 1000100 110000

Color Harmonies of #2779CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779CC

Black with #2779CC

Text Example


Text Example

White with #2779CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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