Html Css Color HEX #276BDA Royal Blue

📋 copy color: '#276BDA'

red 39 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #276BDA

Tints of Royal Blue #276BDA

RGB

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

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

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

R = 10.71%
G = 29.4%
B = 59.89%

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

#276BDA (or 0x276BDA) is known color: Royal Blue. HEX triplet: 27, 6B and DA. RGB value is (39,107,218). Sum of RGB (Red+Green+Blue) = 39+107+218=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #276BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BDA is #D89425. Grayscale: #626262. Windows color (decimal): -14193702 or 14314279. OLE color: 14314279.

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

Color convert

RGB 39 107 218 -
CMYK 0.82 0.51 0 0.15
HSL 217.21º 0.71% 0.5% -
HSV(B) 217.21º 0.82% 0.85% -
XYZ 18.75 16.01 68.43 -
YUV 99.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 39 107 218 0.82 0.51 0 0.15 217.21 0.71 0.5
Hex 27 6B DA 52 33 0 F D9 47 32
Octal 47 153 332 122 63 0 17 331 107 62
Binary 100111 1101011 11011010 1010010 110011 0 1111 11011001 1000111 110010

Color Harmonies of #276BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BDA

Black with #276BDA

Text Example


Text Example

White with #276BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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