Html Css Color HEX #277ACC Curious Blue

📋 copy color: '#277ACC'

red 39 ◦ green 122 ◦ blue 204

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

Shades of Curious Blue #277ACC

Tints of Curious Blue #277ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

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

R = 10.68%
G = 33.42%
B = 55.89%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#277ACC (or 0x277ACC) is known color: Curious Blue. HEX triplet: 27, 7A and CC. RGB value is (39,122,204). Sum of RGB (Red+Green+Blue) = 39+122+204=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #277ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ACC is #D88533. Grayscale: #6A6A6A. Windows color (decimal): -14189876 or 13400615. OLE color: 13400615.

HSL color Cylindrical-coordinate representation of color #277ACC: hue angle of 209.82º 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 #277ACC is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 122 204 -
CMYK 0.81 0.40 0 0.2
HSL 209.82º 0.68% 0.48% -
HSV(B) 209.82º 0.81% 0.8% -
XYZ 18.7 18.71 59.75 -
YUV 106.53 183 79.83 -
System Red Green Blue C M Y K H S L
Decimal 39 122 204 0.81 0.40 0 0.2 209.82 0.68 0.48
Hex 27 7A CC 51 28 0 14 D2 44 30
Octal 47 172 314 121 50 0 24 322 104 60
Binary 100111 1111010 11001100 1010001 101000 0 10100 11010010 1000100 110000

Color Harmonies of #277ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277ACC

Black with #277ACC

Text Example


Text Example

White with #277ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277ACC; }

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

 H1.HeaderClassName
 {
   color: #277ACC;
 }
 .AnyTagClassName
 {
   color: #277ACC;
 }
</style>

background-color css

<style>
 a { background-color: #277ACC; }

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

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

border-color css

<style>
 span { border-color: #277ACC; }

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

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