Html Css Color HEX #276BFC Royal Blue

📋 copy color: '#276BFC'

red 39 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #276BFC

Tints of Royal Blue #276BFC

RGB

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

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

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

R = 9.8%
G = 26.88%
B = 63.32%

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

#276BFC (or 0x276BFC) is known color: Royal Blue. HEX triplet: 27, 6B and FC. RGB value is (39,107,252). Sum of RGB (Red+Green+Blue) = 39+107+252=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #276BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276BFC is #D89403. Grayscale: #666666. Windows color (decimal): -14193668 or 16542503. OLE color: 16542503.

HSL color Cylindrical-coordinate representation of color #276BFC: hue angle of 220.85º 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 #276BFC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 107 252 -
CMYK 0.85 0.58 0 0.01
HSL 220.85º 0.97% 0.57% -
HSV(B) 220.85º 0.85% 0.99% -
XYZ 23.67 17.98 94.32 -
YUV 103.2 211.97 82.21 -
System Red Green Blue C M Y K H S L
Decimal 39 107 252 0.85 0.58 0 0.01 220.85 0.97 0.57
Hex 27 6B FC 55 3A 0 1 DD 61 39
Octal 47 153 374 125 72 0 1 335 141 71
Binary 100111 1101011 11111100 1010101 111010 0 1 11011101 1100001 111001

Color Harmonies of #276BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BFC

Black with #276BFC

Text Example


Text Example

White with #276BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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