Html Css Color HEX #277AD5 Royal Blue

📋 copy color: '#277AD5'

red 39 ◦ green 122 ◦ blue 213

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

Shades of Royal Blue #277AD5

Tints of Royal Blue #277AD5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 10.43%
G = 32.62%
B = 56.95%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#277AD5 (or 0x277AD5) is known color: Royal Blue. HEX triplet: 27, 7A and D5. RGB value is (39,122,213). Sum of RGB (Red+Green+Blue) = 39+122+213=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #277AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277AD5 is #D8852A. Grayscale: #6B6B6B. Windows color (decimal): -14189867 or 13990439. OLE color: 13990439.

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

Color convert

RGB 39 122 213 -
CMYK 0.82 0.43 0 0.16
HSL 211.38º 0.69% 0.49% -
HSV(B) 211.38º 0.82% 0.84% -
XYZ 19.81 19.15 65.6 -
YUV 107.56 187.5 79.1 -
System Red Green Blue C M Y K H S L
Decimal 39 122 213 0.82 0.43 0 0.16 211.38 0.69 0.49
Hex 27 7A D5 52 2B 0 10 D3 45 31
Octal 47 172 325 122 53 0 20 323 105 61
Binary 100111 1111010 11010101 1010010 101011 0 10000 11010011 1000101 110001

Color Harmonies of #277AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277AD5

Black with #277AD5

Text Example


Text Example

White with #277AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,122,213); }

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

background-color css

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

 a { background-color: rgb(39,122,213); }

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

border-color css

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

 span { border-color: rgb(39,122,213); }

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