Html Css Color HEX #277BBE Curious Blue

📋 copy color: '#277BBE'

red 39 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #277BBE

Tints of Curious Blue #277BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 11.08%
G = 34.94%
B = 53.98%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#277BBE (or 0x277BBE) is known color: Curious Blue. HEX triplet: 27, 7B and BE. RGB value is (39,123,190). Sum of RGB (Red+Green+Blue) = 39+123+190=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #277BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BBE is #D88441. Grayscale: #696969. Windows color (decimal): -14189634 or 12483367. OLE color: 12483367.

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

Color convert

RGB 39 123 190 -
CMYK 0.79 0.35 0 0.25
HSL 206.62º 0.66% 0.45% -
HSV(B) 206.62º 0.79% 0.75% -
XYZ 17.21 18.31 51.34 -
YUV 105.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 39 123 190 0.79 0.35 0 0.25 206.62 0.66 0.45
Hex 27 7B BE 4F 23 0 19 CF 42 2D
Octal 47 173 276 117 43 0 31 317 102 55
Binary 100111 1111011 10111110 1001111 100011 0 11001 11001111 1000010 101101

Color Harmonies of #277BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277BBE

Black with #277BBE

Text Example


Text Example

White with #277BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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