Html Css Color HEX #276ADD Royal Blue

📋 copy color: '#276ADD'

red 39 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #276ADD

Tints of Royal Blue #276ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 10.66%
G = 28.96%
B = 60.38%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#276ADD (or 0x276ADD) is known color: Royal Blue. HEX triplet: 27, 6A and DD. RGB value is (39,106,221). Sum of RGB (Red+Green+Blue) = 39+106+221=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #276ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ADD is #D89522. Grayscale: #626262. Windows color (decimal): -14193955 or 14510631. OLE color: 14510631.

HSL color Cylindrical-coordinate representation of color #276ADD: hue angle of 217.91º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276ADD is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 106 221 -
CMYK 0.82 0.52 0 0.13
HSL 217.91º 0.73% 0.51% -
HSV(B) 217.91º 0.82% 0.87% -
XYZ 19.04 15.96 70.48 -
YUV 99.08 196.8 85.15 -
System Red Green Blue C M Y K H S L
Decimal 39 106 221 0.82 0.52 0 0.13 217.91 0.73 0.51
Hex 27 6A DD 52 34 0 D DA 49 33
Octal 47 152 335 122 64 0 15 332 111 63
Binary 100111 1101010 11011101 1010010 110100 0 1101 11011010 1001001 110011

Color Harmonies of #276ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276ADD

Black with #276ADD

Text Example


Text Example

White with #276ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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