Html Css Color HEX #276EDC Royal Blue

📋 copy color: '#276EDC'

red 39 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #276EDC

Tints of Royal Blue #276EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 10.57%
G = 29.81%
B = 59.62%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#276EDC (or 0x276EDC) is known color: Royal Blue. HEX triplet: 27, 6E and DC. RGB value is (39,110,220). Sum of RGB (Red+Green+Blue) = 39+110+220=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #276EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276EDC is #D89123. Grayscale: #646464. Windows color (decimal): -14192932 or 14446119. OLE color: 14446119.

HSL color Cylindrical-coordinate representation of color #276EDC: hue angle of 216.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276EDC is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 110 220 -
CMYK 0.82 0.50 0 0.14
HSL 216.46º 0.72% 0.51% -
HSV(B) 216.46º 0.82% 0.86% -
XYZ 19.33 16.75 69.92 -
YUV 101.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 39 110 220 0.82 0.50 0 0.14 216.46 0.72 0.51
Hex 27 6E DC 52 32 0 E D8 48 33
Octal 47 156 334 122 62 0 16 330 110 63
Binary 100111 1101110 11011100 1010010 110010 0 1110 11011000 1001000 110011

Color Harmonies of #276EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276EDC

Black with #276EDC

Text Example


Text Example

White with #276EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,110,220); }

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

background-color css

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

 a { background-color: rgb(39,110,220); }

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

border-color css

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

 span { border-color: rgb(39,110,220); }

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