Html Css Color HEX #2261FF Royal Blue

📋 copy color: '#2261FF'

red 34 ◦ green 97 ◦ blue 255

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

Shades of Royal Blue #2261FF

Tints of Royal Blue #2261FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 8.81%
G = 25.13%
B = 66.06%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2261FF (or 0x2261FF) is known color: Royal Blue. HEX triplet: 22, 61 and FF. RGB value is (34,97,255). Sum of RGB (Red+Green+Blue) = 34+97+255=386 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.81% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #2261FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2261FF is #DD9E00. Grayscale: #5F5F5F. Windows color (decimal): -14523905 or 16736546. OLE color: 16736546.

HSL color Cylindrical-coordinate representation of color #2261FF: hue angle of 222.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2261FF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 97 255 -
CMYK 0.87 0.62 0 0
HSL 222.9º 1% 0.57% -
HSV(B) 222.9º 0.87% 1% -
XYZ 22.98 16.11 96.51 -
YUV 96.18 217.63 83.65 -
System Red Green Blue C M Y K H S L
Decimal 34 97 255 0.87 0.62 0 0 222.9 1 0.57
Hex 22 61 FF 57 3E 0 0 DF 64 39
Octal 42 141 377 127 76 0 0 337 144 71
Binary 100010 1100001 11111111 1010111 111110 0 0 11011111 1100100 111001

Color Harmonies of #2261FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2261FF

Black with #2261FF

Text Example


Text Example

White with #2261FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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