Html Css Color HEX #277FB8 Curious Blue

📋 copy color: '#277FB8'

red 39 ◦ green 127 ◦ blue 184

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

Shades of Curious Blue #277FB8

Tints of Curious Blue #277FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.57%

R = 11.14%
G = 36.29%
B = 52.57%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#277FB8 (or 0x277FB8) is known color: Curious Blue. HEX triplet: 27, 7F and B8. RGB value is (39,127,184). Sum of RGB (Red+Green+Blue) = 39+127+184=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #277FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FB8 is #D88047. Grayscale: #6A6A6A. Windows color (decimal): -14188616 or 12091175. OLE color: 12091175.

HSL color Cylindrical-coordinate representation of color #277FB8: hue angle of 203.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277FB8 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 39 127 184 -
CMYK 0.79 0.31 0 0.28
HSL 203.59º 0.65% 0.44% -
HSV(B) 203.59º 0.79% 0.72% -
XYZ 17.08 19.07 48.13 -
YUV 107.19 171.35 79.37 -
System Red Green Blue C M Y K H S L
Decimal 39 127 184 0.79 0.31 0 0.28 203.59 0.65 0.44
Hex 27 7F B8 4F 1F 0 1C CC 41 2C
Octal 47 177 270 117 37 0 34 314 101 54
Binary 100111 1111111 10111000 1001111 11111 0 11100 11001100 1000001 101100

Color Harmonies of #277FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FB8

Black with #277FB8

Text Example


Text Example

White with #277FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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