Html Css Color HEX #276CF8 Royal Blue

📋 copy color: '#276CF8'

red 39 ◦ green 108 ◦ blue 248

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

Shades of Royal Blue #276CF8

Tints of Royal Blue #276CF8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

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

R = 9.87%
G = 27.34%
B = 62.78%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#276CF8 (or 0x276CF8) is known color: Royal Blue. HEX triplet: 27, 6C and F8. RGB value is (39,108,248). Sum of RGB (Red+Green+Blue) = 39+108+248=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #276CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CF8 is #D89307. Grayscale: #666666. Windows color (decimal): -14193416 or 16280615. OLE color: 16280615.

HSL color Cylindrical-coordinate representation of color #276CF8: hue angle of 220.19º 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 #276CF8 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 39 108 248 -
CMYK 0.84 0.56 0 0.03
HSL 220.19º 0.94% 0.56% -
HSV(B) 220.19º 0.84% 0.97% -
XYZ 23.14 17.93 91.05 -
YUV 103.33 209.64 82.12 -
System Red Green Blue C M Y K H S L
Decimal 39 108 248 0.84 0.56 0 0.03 220.19 0.94 0.56
Hex 27 6C F8 54 38 0 3 DC 5E 38
Octal 47 154 370 124 70 0 3 334 136 70
Binary 100111 1101100 11111000 1010100 111000 0 11 11011100 1011110 111000

Color Harmonies of #276CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CF8

Black with #276CF8

Text Example


Text Example

White with #276CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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