Html Css Color HEX #277CBD Curious Blue

📋 copy color: '#277CBD'

red 39 ◦ green 124 ◦ blue 189

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

Shades of Curious Blue #277CBD

Tints of Curious Blue #277CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 11.08%
G = 35.23%
B = 53.69%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#277CBD (or 0x277CBD) is known color: Curious Blue. HEX triplet: 27, 7C and BD. RGB value is (39,124,189). Sum of RGB (Red+Green+Blue) = 39+124+189=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #277CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CBD is #D88342. Grayscale: #696969. Windows color (decimal): -14189379 or 12418087. OLE color: 12418087.

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

Color convert

RGB 39 124 189 -
CMYK 0.79 0.34 0 0.26
HSL 206º 0.66% 0.45% -
HSV(B) 206º 0.79% 0.74% -
XYZ 17.23 18.52 50.81 -
YUV 106 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 39 124 189 0.79 0.34 0 0.26 206 0.66 0.45
Hex 27 7C BD 4F 22 0 1A CE 42 2D
Octal 47 174 275 117 42 0 32 316 102 55
Binary 100111 1111100 10111101 1001111 100010 0 11010 11001110 1000010 101101

Color Harmonies of #277CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277CBD

Black with #277CBD

Text Example


Text Example

White with #277CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,124,189); }

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

background-color css

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

 a { background-color: rgb(39,124,189); }

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

border-color css

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

 span { border-color: rgb(39,124,189); }

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