Html Css Color HEX #276EF5 Royal Blue

📋 copy color: '#276EF5'

red 39 ◦ green 110 ◦ blue 245

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

Shades of Royal Blue #276EF5

Tints of Royal Blue #276EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.18%

R = 9.9%
G = 27.92%
B = 62.18%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#276EF5 (or 0x276EF5) is known color: Royal Blue. HEX triplet: 27, 6E and F5. RGB value is (39,110,245). Sum of RGB (Red+Green+Blue) = 39+110+245=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 245 (96.09% from 255 or 62.18% from 394); Max value from RGB is 245 - color contains mainly: blue. Hex color #276EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276EF5 is #D8910A. Grayscale: #676767. Windows color (decimal): -14192907 or 16084519. OLE color: 16084519.

HSL color Cylindrical-coordinate representation of color #276EF5: hue angle of 219.32º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276EF5 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 39 110 245 -
CMYK 0.84 0.55 0 0.04
HSL 219.32º 0.91% 0.56% -
HSV(B) 219.32º 0.84% 0.96% -
XYZ 22.89 18.18 88.69 -
YUV 104.16 207.48 81.52 -
System Red Green Blue C M Y K H S L
Decimal 39 110 245 0.84 0.55 0 0.04 219.32 0.91 0.56
Hex 27 6E F5 54 37 0 4 DB 5B 38
Octal 47 156 365 124 67 0 4 333 133 70
Binary 100111 1101110 11110101 1010100 110111 0 100 11011011 1011011 111000

Color Harmonies of #276EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276EF5

Black with #276EF5

Text Example


Text Example

White with #276EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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