Html Css Color HEX #277BBF Curious Blue

📋 copy color: '#277BBF'

red 39 ◦ green 123 ◦ blue 191

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

Shades of Curious Blue #277BBF

Tints of Curious Blue #277BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

 BLUE value IS 191 (75% from 255) = 54.11%

R = 11.05%
G = 34.84%
B = 54.11%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#277BBF (or 0x277BBF) is known color: Curious Blue. HEX triplet: 27, 7B and BF. RGB value is (39,123,191). Sum of RGB (Red+Green+Blue) = 39+123+191=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #277BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BBF is #D88440. Grayscale: #696969. Windows color (decimal): -14189633 or 12548903. OLE color: 12548903.

HSL color Cylindrical-coordinate representation of color #277BBF: hue angle of 206.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #277BBF is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 123 191 -
CMYK 0.80 0.36 0 0.25
HSL 206.84º 0.66% 0.45% -
HSV(B) 206.84º 0.8% 0.75% -
XYZ 17.32 18.36 51.92 -
YUV 105.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 39 123 191 0.80 0.36 0 0.25 206.84 0.66 0.45
Hex 27 7B BF 50 24 0 19 CF 42 2D
Octal 47 173 277 120 44 0 31 317 102 55
Binary 100111 1111011 10111111 1010000 100100 0 11001 11001111 1000010 101101

Color Harmonies of #277BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277BBF

Black with #277BBF

Text Example


Text Example

White with #277BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,123,191); }

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

background-color css

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

 a { background-color: rgb(39,123,191); }

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

border-color css

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

 span { border-color: rgb(39,123,191); }

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