Html Css Color HEX #276BFB Royal Blue

📋 copy color: '#276BFB'

red 39 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #276BFB

Tints of Royal Blue #276BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 9.82%
G = 26.95%
B = 63.22%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#276BFB (or 0x276BFB) is known color: Royal Blue. HEX triplet: 27, 6B and FB. RGB value is (39,107,251). Sum of RGB (Red+Green+Blue) = 39+107+251=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #276BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276BFB is #D89404. Grayscale: #666666. Windows color (decimal): -14193669 or 16476967. OLE color: 16476967.

HSL color Cylindrical-coordinate representation of color #276BFB: hue angle of 220.75º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276BFB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 107 251 -
CMYK 0.84 0.57 0 0.02
HSL 220.75º 0.96% 0.57% -
HSV(B) 220.75º 0.84% 0.98% -
XYZ 23.51 17.91 93.49 -
YUV 103.08 211.47 82.29 -
System Red Green Blue C M Y K H S L
Decimal 39 107 251 0.84 0.57 0 0.02 220.75 0.96 0.57
Hex 27 6B FB 54 39 0 2 DD 60 39
Octal 47 153 373 124 71 0 2 335 140 71
Binary 100111 1101011 11111011 1010100 111001 0 10 11011101 1100000 111001

Color Harmonies of #276BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BFB

Black with #276BFB

Text Example


Text Example

White with #276BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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