Html Css Color HEX #277DDB Royal Blue

📋 copy color: '#277DDB'

red 39 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #277DDB

Tints of Royal Blue #277DDB

RGB

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

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

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

R = 10.18%
G = 32.64%
B = 57.18%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#277DDB (or 0x277DDB) is known color: Royal Blue. HEX triplet: 27, 7D and DB. RGB value is (39,125,219). Sum of RGB (Red+Green+Blue) = 39+125+219=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #277DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DDB is #D88224. Grayscale: #6D6D6D. Windows color (decimal): -14189093 or 14384423. OLE color: 14384423.

HSL color Cylindrical-coordinate representation of color #277DDB: hue angle of 211.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 #277DDB is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 125 219 -
CMYK 0.82 0.43 0 0.14
HSL 211.33º 0.71% 0.51% -
HSV(B) 211.33º 0.82% 0.86% -
XYZ 20.96 20.21 69.81 -
YUV 110 189.51 77.36 -
System Red Green Blue C M Y K H S L
Decimal 39 125 219 0.82 0.43 0 0.14 211.33 0.71 0.51
Hex 27 7D DB 52 2B 0 E D3 47 33
Octal 47 175 333 122 53 0 16 323 107 63
Binary 100111 1111101 11011011 1010010 101011 0 1110 11010011 1000111 110011

Color Harmonies of #277DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DDB

Black with #277DDB

Text Example


Text Example

White with #277DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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