Html Css Color HEX #2651F1 Royal Blue

📋 copy color: '#2651F1'

red 38 ◦ green 81 ◦ blue 241

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

Shades of Royal Blue #2651F1

Tints of Royal Blue #2651F1

RGB

 RED value IS 38 (15.23% from 255) = 10.56%

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

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

R = 10.56%
G = 22.5%
B = 66.94%

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

#2651F1 (or 0x2651F1) is known color: Royal Blue. HEX triplet: 26, 51 and F1. RGB value is (38,81,241). Sum of RGB (Red+Green+Blue) = 38+81+241=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #2651F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2651F1 is #D9AE0E. Grayscale: #555555. Windows color (decimal): -14265871 or 15814950. OLE color: 15814950.

HSL color Cylindrical-coordinate representation of color #2651F1: hue angle of 227.29º 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 #2651F1 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 81 241 -
CMYK 0.84 0.66 0 0.05
HSL 227.29º 0.88% 0.55% -
HSV(B) 227.29º 0.84% 0.95% -
XYZ 19.62 12.65 84.63 -
YUV 86.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 38 81 241 0.84 0.66 0 0.05 227.29 0.88 0.55
Hex 26 51 F1 54 42 0 5 E3 58 37
Octal 46 121 361 124 102 0 5 343 130 67
Binary 100110 1010001 11110001 1010100 1000010 0 101 11100011 1011000 110111

Color Harmonies of #2651F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2651F1

Black with #2651F1

Text Example


Text Example

White with #2651F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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