Html Css Color HEX #276BE2 Royal Blue

📋 copy color: '#276BE2'

red 39 ◦ green 107 ◦ blue 226

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

Shades of Royal Blue #276BE2

Tints of Royal Blue #276BE2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

 BLUE value IS 226 (88.67% from 255) = 60.75%

R = 10.48%
G = 28.76%
B = 60.75%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#276BE2 (or 0x276BE2) is known color: Royal Blue. HEX triplet: 27, 6B and E2. RGB value is (39,107,226). Sum of RGB (Red+Green+Blue) = 39+107+226=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 226 (88.67% from 255 or 60.75% from 372); Max value from RGB is 226 - color contains mainly: blue. Hex color #276BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BE2 is #D8941D. Grayscale: #636363. Windows color (decimal): -14193694 or 14838567. OLE color: 14838567.

HSL color Cylindrical-coordinate representation of color #276BE2: hue angle of 218.18º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276BE2 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 107 226 -
CMYK 0.83 0.53 0 0.11
HSL 218.18º 0.76% 0.52% -
HSV(B) 218.18º 0.83% 0.89% -
XYZ 19.82 16.44 74.08 -
YUV 100.23 198.97 84.32 -
System Red Green Blue C M Y K H S L
Decimal 39 107 226 0.83 0.53 0 0.11 218.18 0.76 0.52
Hex 27 6B E2 53 35 0 B DA 4C 34
Octal 47 153 342 123 65 0 13 332 114 64
Binary 100111 1101011 11100010 1010011 110101 0 1011 11011010 1001100 110100

Color Harmonies of #276BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BE2

Black with #276BE2

Text Example


Text Example

White with #276BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,107,226); }

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

background-color css

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

 a { background-color: rgb(39,107,226); }

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

border-color css

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

 span { border-color: rgb(39,107,226); }

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