Html Css Color HEX #2768FE Royal Blue

📋 copy color: '#2768FE'

red 39 ◦ green 104 ◦ blue 254

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

Shades of Royal Blue #2768FE

Tints of Royal Blue #2768FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 9.82%
G = 26.2%
B = 63.98%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2768FE (or 0x2768FE) is known color: Royal Blue. HEX triplet: 27, 68 and FE. RGB value is (39,104,254). Sum of RGB (Red+Green+Blue) = 39+104+254=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #2768FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2768FE is #D89701. Grayscale: #656565. Windows color (decimal): -14194434 or 16672807. OLE color: 16672807.

HSL color Cylindrical-coordinate representation of color #2768FE: hue angle of 221.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2768FE is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 39 104 254 -
CMYK 0.85 0.59 0 0.00
HSL 221.86º 0.99% 0.57% -
HSV(B) 221.86º 0.85% 1% -
XYZ 23.68 17.49 95.89 -
YUV 101.67 213.97 83.3 -
System Red Green Blue C M Y K H S L
Decimal 39 104 254 0.85 0.59 0 0.00 221.86 0.99 0.57
Hex 27 68 FE 55 3B 0 0 DE 63 39
Octal 47 150 376 125 73 0 0 336 143 71
Binary 100111 1101000 11111110 1010101 111011 0 0 11011110 1100011 111001

Color Harmonies of #2768FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2768FE

Black with #2768FE

Text Example


Text Example

White with #2768FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2768FE; }

 p { color: rgb(39,104,254); }

 H1.HeaderClassName
 {
   color: #2768FE;
 }
 .AnyTagClassName
 {
   color: #2768FE;
 }
</style>

background-color css

<style>
 a { background-color: #2768FE; }

 a { background-color: rgb(39,104,254); }

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

border-color css

<style>
 span { border-color: #2768FE; }

 span { border-color: rgb(39,104,254); }

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