Html Css Color HEX #276BF8 Royal Blue

📋 copy color: '#276BF8'

red 39 ◦ green 107 ◦ blue 248

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

Shades of Royal Blue #276BF8

Tints of Royal Blue #276BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.94%

R = 9.9%
G = 27.16%
B = 62.94%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#276BF8 (or 0x276BF8) is known color: Royal Blue. HEX triplet: 27, 6B and F8. RGB value is (39,107,248). Sum of RGB (Red+Green+Blue) = 39+107+248=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #276BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276BF8 is #D89407. Grayscale: #666666. Windows color (decimal): -14193672 or 16280359. OLE color: 16280359.

HSL color Cylindrical-coordinate representation of color #276BF8: hue angle of 220.48º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276BF8 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 39 107 248 -
CMYK 0.84 0.57 0 0.03
HSL 220.48º 0.94% 0.56% -
HSV(B) 220.48º 0.84% 0.97% -
XYZ 23.04 17.72 91.01 -
YUV 102.74 209.97 82.54 -
System Red Green Blue C M Y K H S L
Decimal 39 107 248 0.84 0.57 0 0.03 220.48 0.94 0.56
Hex 27 6B F8 54 39 0 3 DC 5E 38
Octal 47 153 370 124 71 0 3 334 136 70
Binary 100111 1101011 11111000 1010100 111001 0 11 11011100 1011110 111000

Color Harmonies of #276BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BF8

Black with #276BF8

Text Example


Text Example

White with #276BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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