Html Css Color HEX #277ADB Royal Blue

📋 copy color: '#277ADB'

red 39 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #277ADB

Tints of Royal Blue #277ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 10.26%
G = 32.11%
B = 57.63%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#277ADB (or 0x277ADB) is known color: Royal Blue. HEX triplet: 27, 7A and DB. RGB value is (39,122,219). Sum of RGB (Red+Green+Blue) = 39+122+219=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #277ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ADB is #D88524. Grayscale: #6B6B6B. Windows color (decimal): -14189861 or 14383655. OLE color: 14383655.

HSL color Cylindrical-coordinate representation of color #277ADB: hue angle of 212.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277ADB is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 122 219 -
CMYK 0.82 0.44 0 0.14
HSL 212.33º 0.71% 0.51% -
HSV(B) 212.33º 0.82% 0.86% -
XYZ 20.58 19.46 69.69 -
YUV 108.24 190.5 78.61 -
System Red Green Blue C M Y K H S L
Decimal 39 122 219 0.82 0.44 0 0.14 212.33 0.71 0.51
Hex 27 7A DB 52 2C 0 E D4 47 33
Octal 47 172 333 122 54 0 16 324 107 63
Binary 100111 1111010 11011011 1010010 101100 0 1110 11010100 1000111 110011

Color Harmonies of #277ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277ADB

Black with #277ADB

Text Example


Text Example

White with #277ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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