Html Css Color HEX #2761FF Royal Blue

📋 copy color: '#2761FF'

red 39 ◦ green 97 ◦ blue 255

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

Shades of Royal Blue #2761FF

Tints of Royal Blue #2761FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

 BLUE value IS 255 (100% from 255) = 65.22%

R = 9.97%
G = 24.81%
B = 65.22%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2761FF (or 0x2761FF) is known color: Royal Blue. HEX triplet: 27, 61 and FF. RGB value is (39,97,255). Sum of RGB (Red+Green+Blue) = 39+97+255=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #2761FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2761FF is #D89E00. Grayscale: #606060. Windows color (decimal): -14196225 or 16736551. OLE color: 16736551.

HSL color Cylindrical-coordinate representation of color #2761FF: hue angle of 223.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2761FF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 39 97 255 -
CMYK 0.85 0.62 0 0
HSL 223.89º 1% 0.58% -
HSV(B) 223.89º 0.85% 1% -
XYZ 23.16 16.2 96.51 -
YUV 97.67 216.78 86.15 -
System Red Green Blue C M Y K H S L
Decimal 39 97 255 0.85 0.62 0 0 223.89 1 0.58
Hex 27 61 FF 55 3E 0 0 E0 64 3A
Octal 47 141 377 125 76 0 0 340 144 72
Binary 100111 1100001 11111111 1010101 111110 0 0 11100000 1100100 111010

Color Harmonies of #2761FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2761FF

Black with #2761FF

Text Example


Text Example

White with #2761FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2761FF; }

 p { color: rgb(39,97,255); }

 H1.HeaderClassName
 {
   color: #2761FF;
 }
 .AnyTagClassName
 {
   color: #2761FF;
 }
</style>

background-color css

<style>
 a { background-color: #2761FF; }

 a { background-color: rgb(39,97,255); }

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

border-color css

<style>
 span { border-color: #2761FF; }

 span { border-color: rgb(39,97,255); }

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