Html Css Color HEX #276AF8 Royal Blue

📋 copy color: '#276AF8'

red 39 ◦ green 106 ◦ blue 248

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

Shades of Royal Blue #276AF8

Tints of Royal Blue #276AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

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

R = 9.92%
G = 26.97%
B = 63.1%

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

#276AF8 (or 0x276AF8) is known color: Royal Blue. HEX triplet: 27, 6A and F8. RGB value is (39,106,248). Sum of RGB (Red+Green+Blue) = 39+106+248=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #276AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276AF8 is #D89507. Grayscale: #656565. Windows color (decimal): -14193928 or 16280103. OLE color: 16280103.

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

Color convert

RGB 39 106 248 -
CMYK 0.84 0.57 0 0.03
HSL 220.77º 0.94% 0.56% -
HSV(B) 220.77º 0.84% 0.97% -
XYZ 22.93 17.52 90.98 -
YUV 102.16 210.3 82.95 -
System Red Green Blue C M Y K H S L
Decimal 39 106 248 0.84 0.57 0 0.03 220.77 0.94 0.56
Hex 27 6A F8 54 39 0 3 DD 5E 38
Octal 47 152 370 124 71 0 3 335 136 70
Binary 100111 1101010 11111000 1010100 111001 0 11 11011101 1011110 111000

Color Harmonies of #276AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276AF8

Black with #276AF8

Text Example


Text Example

White with #276AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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