Html Css Color HEX #276AFC Royal Blue

📋 copy color: '#276AFC'

red 39 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #276AFC

Tints of Royal Blue #276AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 9.82%
G = 26.7%
B = 63.48%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#276AFC (or 0x276AFC) is known color: Royal Blue. HEX triplet: 27, 6A and FC. RGB value is (39,106,252). Sum of RGB (Red+Green+Blue) = 39+106+252=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #276AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276AFC is #D89503. Grayscale: #656565. Windows color (decimal): -14193924 or 16542247. OLE color: 16542247.

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

Color convert

RGB 39 106 252 -
CMYK 0.85 0.58 0 0.01
HSL 221.13º 0.97% 0.57% -
HSV(B) 221.13º 0.85% 0.99% -
XYZ 23.56 17.77 94.28 -
YUV 102.61 212.3 82.63 -
System Red Green Blue C M Y K H S L
Decimal 39 106 252 0.85 0.58 0 0.01 221.13 0.97 0.57
Hex 27 6A FC 55 3A 0 1 DD 61 39
Octal 47 152 374 125 72 0 1 335 141 71
Binary 100111 1101010 11111100 1010101 111010 0 1 11011101 1100001 111001

Color Harmonies of #276AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276AFC

Black with #276AFC

Text Example


Text Example

White with #276AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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