Html Css Color HEX #277FCC Curious Blue

📋 copy color: '#277FCC'

red 39 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #277FCC

Tints of Curious Blue #277FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 10.54%
G = 34.32%
B = 55.14%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#277FCC (or 0x277FCC) is known color: Curious Blue. HEX triplet: 27, 7F and CC. RGB value is (39,127,204). Sum of RGB (Red+Green+Blue) = 39+127+204=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #277FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FCC is #D88033. Grayscale: #6D6D6D. Windows color (decimal): -14188596 or 13401895. OLE color: 13401895.

HSL color Cylindrical-coordinate representation of color #277FCC: hue angle of 208º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277FCC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 127 204 -
CMYK 0.81 0.38 0 0.2
HSL 208º 0.68% 0.48% -
HSV(B) 208º 0.81% 0.8% -
XYZ 19.33 19.97 59.96 -
YUV 109.47 181.35 77.74 -
System Red Green Blue C M Y K H S L
Decimal 39 127 204 0.81 0.38 0 0.2 208 0.68 0.48
Hex 27 7F CC 51 26 0 14 D0 44 30
Octal 47 177 314 121 46 0 24 320 104 60
Binary 100111 1111111 11001100 1010001 100110 0 10100 11010000 1000100 110000

Color Harmonies of #277FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FCC

Black with #277FCC

Text Example


Text Example

White with #277FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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