Html Css Color HEX #2759FE Royal Blue

📋 copy color: '#2759FE'

red 39 ◦ green 89 ◦ blue 254

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

Shades of Royal Blue #2759FE

Tints of Royal Blue #2759FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

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

R = 10.21%
G = 23.3%
B = 66.49%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2759FE (or 0x2759FE) is known color: Royal Blue. HEX triplet: 27, 59 and FE. RGB value is (39,89,254). Sum of RGB (Red+Green+Blue) = 39+89+254=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #2759FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2759FE is #D8A601. Grayscale: #5C5C5C. Windows color (decimal): -14198274 or 16668967. OLE color: 16668967.

HSL color Cylindrical-coordinate representation of color #2759FE: hue angle of 226.05º 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 #2759FE is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 39 89 254 -
CMYK 0.85 0.65 0 0.00
HSL 226.05º 0.99% 0.57% -
HSV(B) 226.05º 0.85% 1% -
XYZ 22.3 14.73 95.43 -
YUV 92.86 218.94 89.58 -
System Red Green Blue C M Y K H S L
Decimal 39 89 254 0.85 0.65 0 0.00 226.05 0.99 0.57
Hex 27 59 FE 55 41 0 0 E2 63 39
Octal 47 131 376 125 101 0 0 342 143 71
Binary 100111 1011001 11111110 1010101 1000001 0 0 11100010 1100011 111001

Color Harmonies of #2759FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2759FE

Black with #2759FE

Text Example


Text Example

White with #2759FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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