Html Css Color HEX #276AFE Royal Blue

📋 copy color: '#276AFE'

red 39 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #276AFE

Tints of Royal Blue #276AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 9.77%
G = 26.57%
B = 63.66%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#276AFE (or 0x276AFE) is known color: Royal Blue. HEX triplet: 27, 6A and FE. RGB value is (39,106,254). Sum of RGB (Red+Green+Blue) = 39+106+254=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #276AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276AFE is #D89501. Grayscale: #666666. Windows color (decimal): -14193922 or 16673319. OLE color: 16673319.

HSL color Cylindrical-coordinate representation of color #276AFE: hue angle of 221.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #276AFE is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 39 106 254 -
CMYK 0.85 0.58 0 0.00
HSL 221.3º 0.99% 0.57% -
HSV(B) 221.3º 0.85% 1% -
XYZ 23.88 17.9 95.96 -
YUV 102.84 213.3 82.47 -
System Red Green Blue C M Y K H S L
Decimal 39 106 254 0.85 0.58 0 0.00 221.3 0.99 0.57
Hex 27 6A FE 55 3A 0 0 DD 63 39
Octal 47 152 376 125 72 0 0 335 143 71
Binary 100111 1101010 11111110 1010101 111010 0 0 11011101 1100011 111001

Color Harmonies of #276AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276AFE

Black with #276AFE

Text Example


Text Example

White with #276AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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