Html Css Color HEX #277FBB Curious Blue

📋 copy color: '#277FBB'

red 39 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #277FBB

Tints of Curious Blue #277FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 11.05%
G = 35.98%
B = 52.97%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#277FBB (or 0x277FBB) is known color: Curious Blue. HEX triplet: 27, 7F and BB. RGB value is (39,127,187). Sum of RGB (Red+Green+Blue) = 39+127+187=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #277FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FBB is #D88044. Grayscale: #6B6B6B. Windows color (decimal): -14188613 or 12287783. OLE color: 12287783.

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

Color convert

RGB 39 127 187 -
CMYK 0.79 0.32 0 0.27
HSL 204.32º 0.65% 0.44% -
HSV(B) 204.32º 0.79% 0.73% -
XYZ 17.4 19.2 49.8 -
YUV 107.53 172.85 79.12 -
System Red Green Blue C M Y K H S L
Decimal 39 127 187 0.79 0.32 0 0.27 204.32 0.65 0.44
Hex 27 7F BB 4F 20 0 1B CC 41 2C
Octal 47 177 273 117 40 0 33 314 101 54
Binary 100111 1111111 10111011 1001111 100000 0 11011 11001100 1000001 101100

Color Harmonies of #277FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FBB

Black with #277FBB

Text Example


Text Example

White with #277FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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