Html Css Color HEX #277DCC Curious Blue

📋 copy color: '#277DCC'

red 39 ◦ green 125 ◦ blue 204

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

Shades of Curious Blue #277DCC

Tints of Curious Blue #277DCC

RGB

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

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

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

R = 10.6%
G = 33.97%
B = 55.43%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#277DCC (or 0x277DCC) is known color: Curious Blue. HEX triplet: 27, 7D and CC. RGB value is (39,125,204). Sum of RGB (Red+Green+Blue) = 39+125+204=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #277DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DCC is #D88233. Grayscale: #6B6B6B. Windows color (decimal): -14189108 or 13401383. OLE color: 13401383.

HSL color Cylindrical-coordinate representation of color #277DCC: hue angle of 208.73º 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 #277DCC is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 125 204 -
CMYK 0.81 0.39 0 0.2
HSL 208.73º 0.68% 0.48% -
HSV(B) 208.73º 0.81% 0.8% -
XYZ 19.07 19.46 59.88 -
YUV 108.29 182.01 78.58 -
System Red Green Blue C M Y K H S L
Decimal 39 125 204 0.81 0.39 0 0.2 208.73 0.68 0.48
Hex 27 7D CC 51 27 0 14 D1 44 30
Octal 47 175 314 121 47 0 24 321 104 60
Binary 100111 1111101 11001100 1010001 100111 0 10100 11010001 1000100 110000

Color Harmonies of #277DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DCC

Black with #277DCC

Text Example


Text Example

White with #277DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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