Html Css Color HEX #277FC5 Curious Blue

📋 copy color: '#277FC5'

red 39 ◦ green 127 ◦ blue 197

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

Shades of Curious Blue #277FC5

Tints of Curious Blue #277FC5

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 197 (77.34% from 255) = 54.27%

R = 10.74%
G = 34.99%
B = 54.27%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#277FC5 (or 0x277FC5) is known color: Curious Blue. HEX triplet: 27, 7F and C5. RGB value is (39,127,197). Sum of RGB (Red+Green+Blue) = 39+127+197=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #277FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FC5 is #D8803A. Grayscale: #6C6C6C. Windows color (decimal): -14188603 or 12943143. OLE color: 12943143.

HSL color Cylindrical-coordinate representation of color #277FC5: hue angle of 206.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #277FC5 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 39 127 197 -
CMYK 0.80 0.36 0 0.23
HSL 206.58º 0.67% 0.46% -
HSV(B) 206.58º 0.8% 0.77% -
XYZ 18.5 19.64 55.64 -
YUV 108.67 177.85 78.31 -
System Red Green Blue C M Y K H S L
Decimal 39 127 197 0.80 0.36 0 0.23 206.58 0.67 0.46
Hex 27 7F C5 50 24 0 17 CF 43 2E
Octal 47 177 305 120 44 0 27 317 103 56
Binary 100111 1111111 11000101 1010000 100100 0 10111 11001111 1000011 101110

Color Harmonies of #277FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FC5

Black with #277FC5

Text Example


Text Example

White with #277FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,127,197); }

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

background-color css

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

 a { background-color: rgb(39,127,197); }

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

border-color css

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

 span { border-color: rgb(39,127,197); }

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