Html Css Color HEX #2751F1 Royal Blue

📋 copy color: '#2751F1'

red 39 ◦ green 81 ◦ blue 241

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

Shades of Royal Blue #2751F1

Tints of Royal Blue #2751F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 241 (94.53% from 255) = 66.76%

R = 10.8%
G = 22.44%
B = 66.76%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2751F1 (or 0x2751F1) is known color: Royal Blue. HEX triplet: 27, 51 and F1. RGB value is (39,81,241). Sum of RGB (Red+Green+Blue) = 39+81+241=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #2751F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2751F1 is #D8AE0E. Grayscale: #565656. Windows color (decimal): -14200335 or 15814951. OLE color: 15814951.

HSL color Cylindrical-coordinate representation of color #2751F1: hue angle of 227.52º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2751F1 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 81 241 -
CMYK 0.84 0.66 0 0.05
HSL 227.52º 0.88% 0.55% -
HSV(B) 227.52º 0.84% 0.95% -
XYZ 19.66 12.67 84.63 -
YUV 86.68 215.09 93.99 -
System Red Green Blue C M Y K H S L
Decimal 39 81 241 0.84 0.66 0 0.05 227.52 0.88 0.55
Hex 27 51 F1 54 42 0 5 E4 58 37
Octal 47 121 361 124 102 0 5 344 130 67
Binary 100111 1010001 11110001 1010100 1000010 0 101 11100100 1011000 110111

Color Harmonies of #2751F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2751F1

Black with #2751F1

Text Example


Text Example

White with #2751F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2751F1; }

 p { color: rgb(39,81,241); }

 H1.HeaderClassName
 {
   color: #2751F1;
 }
 .AnyTagClassName
 {
   color: #2751F1;
 }
</style>

background-color css

<style>
 a { background-color: #2751F1; }

 a { background-color: rgb(39,81,241); }

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

border-color css

<style>
 span { border-color: #2751F1; }

 span { border-color: rgb(39,81,241); }

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