Html Css Color HEX #277CDA Royal Blue

📋 copy color: '#277CDA'

red 39 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #277CDA

Tints of Royal Blue #277CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.55%

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 10.24%
G = 32.55%
B = 57.22%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#277CDA (or 0x277CDA) is known color: Royal Blue. HEX triplet: 27, 7C and DA. RGB value is (39,124,218). Sum of RGB (Red+Green+Blue) = 39+124+218=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #277CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CDA is #D88325. Grayscale: #6C6C6C. Windows color (decimal): -14189350 or 14318631. OLE color: 14318631.

HSL color Cylindrical-coordinate representation of color #277CDA: hue angle of 211.51º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277CDA is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 124 218 -
CMYK 0.82 0.43 0 0.15
HSL 211.51º 0.71% 0.5% -
HSV(B) 211.51º 0.82% 0.85% -
XYZ 20.7 19.91 69.08 -
YUV 109.3 189.34 77.86 -
System Red Green Blue C M Y K H S L
Decimal 39 124 218 0.82 0.43 0 0.15 211.51 0.71 0.5
Hex 27 7C DA 52 2B 0 F D4 47 32
Octal 47 174 332 122 53 0 17 324 107 62
Binary 100111 1111100 11011010 1010010 101011 0 1111 11010100 1000111 110010

Color Harmonies of #277CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277CDA

Black with #277CDA

Text Example


Text Example

White with #277CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,124,218); }

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

background-color css

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

 a { background-color: rgb(39,124,218); }

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

border-color css

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

 span { border-color: rgb(39,124,218); }

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