Html Css Color HEX #276BDE Royal Blue

📋 copy color: '#276BDE'

red 39 ◦ green 107 ◦ blue 222

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

Shades of Royal Blue #276BDE

Tints of Royal Blue #276BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.33%

R = 10.6%
G = 29.08%
B = 60.33%

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

#276BDE (or 0x276BDE) is known color: Royal Blue. HEX triplet: 27, 6B and DE. RGB value is (39,107,222). Sum of RGB (Red+Green+Blue) = 39+107+222=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #276BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BDE is #D89421. Grayscale: #636363. Windows color (decimal): -14193698 or 14576423. OLE color: 14576423.

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

Color convert

RGB 39 107 222 -
CMYK 0.82 0.52 0 0.13
HSL 217.7º 0.73% 0.51% -
HSV(B) 217.7º 0.82% 0.87% -
XYZ 19.28 16.22 71.22 -
YUV 99.78 196.97 84.65 -
System Red Green Blue C M Y K H S L
Decimal 39 107 222 0.82 0.52 0 0.13 217.7 0.73 0.51
Hex 27 6B DE 52 34 0 D DA 49 33
Octal 47 153 336 122 64 0 15 332 111 63
Binary 100111 1101011 11011110 1010010 110100 0 1101 11011010 1001001 110011

Color Harmonies of #276BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BDE

Black with #276BDE

Text Example


Text Example

White with #276BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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