Html Css Color HEX #277FD1 Curious Blue

📋 copy color: '#277FD1'

red 39 ◦ green 127 ◦ blue 209

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

Shades of Curious Blue #277FD1

Tints of Curious Blue #277FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 10.4%
G = 33.87%
B = 55.73%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#277FD1 (or 0x277FD1) is known color: Curious Blue. HEX triplet: 27, 7F and D1. RGB value is (39,127,209). Sum of RGB (Red+Green+Blue) = 39+127+209=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #277FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FD1 is #D8802E. Grayscale: #6D6D6D. Windows color (decimal): -14188591 or 13729575. OLE color: 13729575.

HSL color Cylindrical-coordinate representation of color #277FD1: hue angle of 208.94º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277FD1 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 127 209 -
CMYK 0.81 0.39 0 0.18
HSL 208.94º 0.69% 0.49% -
HSV(B) 208.94º 0.81% 0.82% -
XYZ 19.93 20.21 63.17 -
YUV 110.04 183.85 77.33 -
System Red Green Blue C M Y K H S L
Decimal 39 127 209 0.81 0.39 0 0.18 208.94 0.69 0.49
Hex 27 7F D1 51 27 0 12 D1 45 31
Octal 47 177 321 121 47 0 22 321 105 61
Binary 100111 1111111 11010001 1010001 100111 0 10010 11010001 1000101 110001

Color Harmonies of #277FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FD1

Black with #277FD1

Text Example


Text Example

White with #277FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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