Html Css Color HEX #277DBA Curious Blue

📋 copy color: '#277DBA'

red 39 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #277DBA

Tints of Curious Blue #277DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 11.14%
G = 35.71%
B = 53.14%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#277DBA (or 0x277DBA) is known color: Curious Blue. HEX triplet: 27, 7D and BA. RGB value is (39,125,186). Sum of RGB (Red+Green+Blue) = 39+125+186=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #277DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DBA is #D88245. Grayscale: #696969. Windows color (decimal): -14189126 or 12221735. OLE color: 12221735.

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

Color convert

RGB 39 125 186 -
CMYK 0.79 0.33 0 0.27
HSL 204.9º 0.65% 0.44% -
HSV(B) 204.9º 0.79% 0.73% -
XYZ 17.03 18.64 49.16 -
YUV 106.24 173.01 80.04 -
System Red Green Blue C M Y K H S L
Decimal 39 125 186 0.79 0.33 0 0.27 204.9 0.65 0.44
Hex 27 7D BA 4F 21 0 1B CD 41 2C
Octal 47 175 272 117 41 0 33 315 101 54
Binary 100111 1111101 10111010 1001111 100001 0 11011 11001101 1000001 101100

Color Harmonies of #277DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DBA

Black with #277DBA

Text Example


Text Example

White with #277DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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