Html Css Color HEX #276DDD Royal Blue

📋 copy color: '#276DDD'

red 39 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #276DDD

Tints of Royal Blue #276DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 10.57%
G = 29.54%
B = 59.89%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#276DDD (or 0x276DDD) is known color: Royal Blue. HEX triplet: 27, 6D and DD. RGB value is (39,109,221). Sum of RGB (Red+Green+Blue) = 39+109+221=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #276DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DDD is #D89222. Grayscale: #646464. Windows color (decimal): -14193187 or 14511399. OLE color: 14511399.

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

Color convert

RGB 39 109 221 -
CMYK 0.82 0.51 0 0.13
HSL 216.92º 0.73% 0.51% -
HSV(B) 216.92º 0.82% 0.87% -
XYZ 19.36 16.59 70.59 -
YUV 100.84 195.81 83.89 -
System Red Green Blue C M Y K H S L
Decimal 39 109 221 0.82 0.51 0 0.13 216.92 0.73 0.51
Hex 27 6D DD 52 33 0 D D9 49 33
Octal 47 155 335 122 63 0 15 331 111 63
Binary 100111 1101101 11011101 1010010 110011 0 1101 11011001 1001001 110011

Color Harmonies of #276DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276DDD

Black with #276DDD

Text Example


Text Example

White with #276DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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