Html Css Color HEX #276ADA Royal Blue

📋 copy color: '#276ADA'

red 39 ◦ green 106 ◦ blue 218

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

Shades of Royal Blue #276ADA

Tints of Royal Blue #276ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 10.74%
G = 29.2%
B = 60.06%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#276ADA (or 0x276ADA) is known color: Royal Blue. HEX triplet: 27, 6A and DA. RGB value is (39,106,218). Sum of RGB (Red+Green+Blue) = 39+106+218=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #276ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ADA is #D89525. Grayscale: #626262. Windows color (decimal): -14193958 or 14314023. OLE color: 14314023.

HSL color Cylindrical-coordinate representation of color #276ADA: hue angle of 217.54º 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 #276ADA is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 106 218 -
CMYK 0.82 0.51 0 0.15
HSL 217.54º 0.71% 0.5% -
HSV(B) 217.54º 0.82% 0.85% -
XYZ 18.65 15.8 68.4 -
YUV 98.74 195.3 85.39 -
System Red Green Blue C M Y K H S L
Decimal 39 106 218 0.82 0.51 0 0.15 217.54 0.71 0.5
Hex 27 6A DA 52 33 0 F DA 47 32
Octal 47 152 332 122 63 0 17 332 107 62
Binary 100111 1101010 11011010 1010010 110011 0 1111 11011010 1000111 110010

Color Harmonies of #276ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276ADA

Black with #276ADA

Text Example


Text Example

White with #276ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276ADA; }

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

 H1.HeaderClassName
 {
   color: #276ADA;
 }
 .AnyTagClassName
 {
   color: #276ADA;
 }
</style>

background-color css

<style>
 a { background-color: #276ADA; }

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

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

border-color css

<style>
 span { border-color: #276ADA; }

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

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