Html Css Color HEX #277DB9 Curious Blue

📋 copy color: '#277DB9'

red 39 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #277DB9

Tints of Curious Blue #277DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 185 (72.66% from 255) = 53.01%

R = 11.17%
G = 35.82%
B = 53.01%

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

#277DB9 (or 0x277DB9) is known color: Curious Blue. HEX triplet: 27, 7D and B9. RGB value is (39,125,185). Sum of RGB (Red+Green+Blue) = 39+125+185=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #277DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DB9 is #D88246. Grayscale: #696969. Windows color (decimal): -14189127 or 12156199. OLE color: 12156199.

HSL color Cylindrical-coordinate representation of color #277DB9: hue angle of 204.66º 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 #277DB9 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 125 185 -
CMYK 0.79 0.32 0 0.27
HSL 204.66º 0.65% 0.44% -
HSV(B) 204.66º 0.79% 0.73% -
XYZ 16.93 18.6 48.6 -
YUV 106.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 39 125 185 0.79 0.32 0 0.27 204.66 0.65 0.44
Hex 27 7D B9 4F 20 0 1B CD 41 2C
Octal 47 175 271 117 40 0 33 315 101 54
Binary 100111 1111101 10111001 1001111 100000 0 11011 11001101 1000001 101100

Color Harmonies of #277DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DB9

Black with #277DB9

Text Example


Text Example

White with #277DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,125,185); }

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

background-color css

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

 a { background-color: rgb(39,125,185); }

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

border-color css

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

 span { border-color: rgb(39,125,185); }

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