Html Css Color HEX #277DDD Royal Blue

📋 copy color: '#277DDD'

red 39 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #277DDD

Tints of Royal Blue #277DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 10.13%
G = 32.47%
B = 57.4%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#277DDD (or 0x277DDD) is known color: Royal Blue. HEX triplet: 27, 7D and DD. RGB value is (39,125,221). Sum of RGB (Red+Green+Blue) = 39+125+221=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #277DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DDD is #D88222. Grayscale: #6D6D6D. Windows color (decimal): -14189091 or 14515495. OLE color: 14515495.

HSL color Cylindrical-coordinate representation of color #277DDD: hue angle of 211.65º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277DDD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 125 221 -
CMYK 0.82 0.43 0 0.13
HSL 211.65º 0.73% 0.51% -
HSV(B) 211.65º 0.82% 0.87% -
XYZ 21.22 20.32 71.21 -
YUV 110.23 190.51 77.19 -
System Red Green Blue C M Y K H S L
Decimal 39 125 221 0.82 0.43 0 0.13 211.65 0.73 0.51
Hex 27 7D DD 52 2B 0 D D4 49 33
Octal 47 175 335 122 53 0 15 324 111 63
Binary 100111 1111101 11011101 1010010 101011 0 1101 11010100 1001001 110011

Color Harmonies of #277DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DDD

Black with #277DDD

Text Example


Text Example

White with #277DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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