Html Css Color HEX #2261F1 Royal Blue

📋 copy color: '#2261F1'

red 34 ◦ green 97 ◦ blue 241

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

Shades of Royal Blue #2261F1

Tints of Royal Blue #2261F1

RGB

 RED value IS 34 (13.67% from 255) = 9.14%

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

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

R = 9.14%
G = 26.08%
B = 64.78%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2261F1 (or 0x2261F1) is known color: Royal Blue. HEX triplet: 22, 61 and F1. RGB value is (34,97,241). Sum of RGB (Red+Green+Blue) = 34+97+241=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #2261F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2261F1 is #DD9E0E. Grayscale: #5D5D5D. Windows color (decimal): -14523919 or 15819042. OLE color: 15819042.

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

Color convert

RGB 34 97 241 -
CMYK 0.86 0.60 0 0.05
HSL 221.74º 0.88% 0.54% -
HSV(B) 221.74º 0.86% 0.95% -
XYZ 20.81 15.24 85.06 -
YUV 94.58 210.63 84.79 -
System Red Green Blue C M Y K H S L
Decimal 34 97 241 0.86 0.60 0 0.05 221.74 0.88 0.54
Hex 22 61 F1 56 3C 0 5 DE 58 36
Octal 42 141 361 126 74 0 5 336 130 66
Binary 100010 1100001 11110001 1010110 111100 0 101 11011110 1011000 110110

Color Harmonies of #2261F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2261F1

Black with #2261F1

Text Example


Text Example

White with #2261F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,97,241); }

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

background-color css

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

 a { background-color: rgb(34,97,241); }

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

border-color css

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

 span { border-color: rgb(34,97,241); }

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