Html Css Color HEX #2779C9 Curious Blue

📋 copy color: '#2779C9'

red 39 ◦ green 121 ◦ blue 201

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

Shades of Curious Blue #2779C9

Tints of Curious Blue #2779C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.68%

R = 10.8%
G = 33.52%
B = 55.68%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2779C9 (or 0x2779C9) is known color: Curious Blue. HEX triplet: 27, 79 and C9. RGB value is (39,121,201). Sum of RGB (Red+Green+Blue) = 39+121+201=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #2779C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779C9 is #D88636. Grayscale: #696969. Windows color (decimal): -14190135 or 13203751. OLE color: 13203751.

HSL color Cylindrical-coordinate representation of color #2779C9: hue angle of 209.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2779C9 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 121 201 -
CMYK 0.81 0.40 0 0.21
HSL 209.63º 0.68% 0.47% -
HSV(B) 209.63º 0.81% 0.79% -
XYZ 18.22 18.32 57.83 -
YUV 105.6 181.83 80.5 -
System Red Green Blue C M Y K H S L
Decimal 39 121 201 0.81 0.40 0 0.21 209.63 0.68 0.47
Hex 27 79 C9 51 28 0 15 D2 44 2F
Octal 47 171 311 121 50 0 25 322 104 57
Binary 100111 1111001 11001001 1010001 101000 0 10101 11010010 1000100 101111

Color Harmonies of #2779C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779C9

Black with #2779C9

Text Example


Text Example

White with #2779C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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