Html Css Color HEX #276CFA Royal Blue

📋 copy color: '#276CFA'

red 39 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #276CFA

Tints of Royal Blue #276CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 9.82%
G = 27.2%
B = 62.97%

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

#276CFA (or 0x276CFA) is known color: Royal Blue. HEX triplet: 27, 6C and FA. RGB value is (39,108,250). Sum of RGB (Red+Green+Blue) = 39+108+250=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #276CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CFA is #D89305. Grayscale: #666666. Windows color (decimal): -14193414 or 16411687. OLE color: 16411687.

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

Color convert

RGB 39 108 250 -
CMYK 0.84 0.57 0 0.02
HSL 220.38º 0.95% 0.57% -
HSV(B) 220.38º 0.84% 0.98% -
XYZ 23.45 18.06 92.69 -
YUV 103.56 210.64 81.95 -
System Red Green Blue C M Y K H S L
Decimal 39 108 250 0.84 0.57 0 0.02 220.38 0.95 0.57
Hex 27 6C FA 54 39 0 2 DC 5F 39
Octal 47 154 372 124 71 0 2 334 137 71
Binary 100111 1101100 11111010 1010100 111001 0 10 11011100 1011111 111001

Color Harmonies of #276CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CFA

Black with #276CFA

Text Example


Text Example

White with #276CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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