Html Css Color HEX #277ACD Curious Blue

📋 copy color: '#277ACD'

red 39 ◦ green 122 ◦ blue 205

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

Shades of Curious Blue #277ACD

Tints of Curious Blue #277ACD

RGB

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

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

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

R = 10.66%
G = 33.33%
B = 56.01%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#277ACD (or 0x277ACD) is known color: Curious Blue. HEX triplet: 27, 7A and CD. RGB value is (39,122,205). Sum of RGB (Red+Green+Blue) = 39+122+205=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #277ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ACD is #D88532. Grayscale: #6A6A6A. Windows color (decimal): -14189875 or 13466151. OLE color: 13466151.

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

Color convert

RGB 39 122 205 -
CMYK 0.81 0.40 0 0.20
HSL 210º 0.68% 0.48% -
HSV(B) 210º 0.81% 0.8% -
XYZ 18.82 18.76 60.39 -
YUV 106.65 183.5 79.75 -
System Red Green Blue C M Y K H S L
Decimal 39 122 205 0.81 0.40 0 0.20 210 0.68 0.48
Hex 27 7A CD 51 28 0 14 D2 44 30
Octal 47 172 315 121 50 0 24 322 104 60
Binary 100111 1111010 11001101 1010001 101000 0 10100 11010010 1000100 110000

Color Harmonies of #277ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277ACD

Black with #277ACD

Text Example


Text Example

White with #277ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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