Html Css Color HEX #276CFB Royal Blue

📋 copy color: '#276CFB'

red 39 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #276CFB

Tints of Royal Blue #276CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

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

R = 9.8%
G = 27.14%
B = 63.07%

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

#276CFB (or 0x276CFB) is known color: Royal Blue. HEX triplet: 27, 6C and FB. RGB value is (39,108,251). Sum of RGB (Red+Green+Blue) = 39+108+251=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #276CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CFB is #D89304. Grayscale: #676767. Windows color (decimal): -14193413 or 16477223. OLE color: 16477223.

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

Color convert

RGB 39 108 251 -
CMYK 0.84 0.57 0 0.02
HSL 220.47º 0.96% 0.57% -
HSV(B) 220.47º 0.84% 0.98% -
XYZ 23.61 18.12 93.52 -
YUV 103.67 211.14 81.87 -
System Red Green Blue C M Y K H S L
Decimal 39 108 251 0.84 0.57 0 0.02 220.47 0.96 0.57
Hex 27 6C FB 54 39 0 2 DC 60 39
Octal 47 154 373 124 71 0 2 334 140 71
Binary 100111 1101100 11111011 1010100 111001 0 10 11011100 1100000 111001

Color Harmonies of #276CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CFB

Black with #276CFB

Text Example


Text Example

White with #276CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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