Html Css Color HEX #277DCD Curious Blue

📋 copy color: '#277DCD'

red 39 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #277DCD

Tints of Curious Blue #277DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 10.57%
G = 33.88%
B = 55.56%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#277DCD (or 0x277DCD) is known color: Curious Blue. HEX triplet: 27, 7D and CD. RGB value is (39,125,205). Sum of RGB (Red+Green+Blue) = 39+125+205=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #277DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DCD is #D88232. Grayscale: #6C6C6C. Windows color (decimal): -14189107 or 13466919. OLE color: 13466919.

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

Color convert

RGB 39 125 205 -
CMYK 0.81 0.39 0 0.20
HSL 208.92º 0.68% 0.48% -
HSV(B) 208.92º 0.81% 0.8% -
XYZ 19.19 19.51 60.51 -
YUV 108.41 182.51 78.5 -
System Red Green Blue C M Y K H S L
Decimal 39 125 205 0.81 0.39 0 0.20 208.92 0.68 0.48
Hex 27 7D CD 51 27 0 14 D1 44 30
Octal 47 175 315 121 47 0 24 321 104 60
Binary 100111 1111101 11001101 1010001 100111 0 10100 11010001 1000100 110000

Color Harmonies of #277DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DCD

Black with #277DCD

Text Example


Text Example

White with #277DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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