Html Css Color HEX #2261DC Royal Blue

📋 copy color: '#2261DC'

red 34 ◦ green 97 ◦ blue 220

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

Shades of Royal Blue #2261DC

Tints of Royal Blue #2261DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 9.69%
G = 27.64%
B = 62.68%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2261DC (or 0x2261DC) is known color: Royal Blue. HEX triplet: 22, 61 and DC. RGB value is (34,97,220). Sum of RGB (Red+Green+Blue) = 34+97+220=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #2261DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2261DC is #DD9E23. Grayscale: #5B5B5B. Windows color (decimal): -14523940 or 14442786. OLE color: 14442786.

HSL color Cylindrical-coordinate representation of color #2261DC: hue angle of 219.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2261DC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 97 220 -
CMYK 0.85 0.56 0 0.14
HSL 219.68º 0.73% 0.5% -
HSV(B) 219.68º 0.85% 0.86% -
XYZ 17.85 14.06 69.48 -
YUV 92.19 200.13 86.5 -
System Red Green Blue C M Y K H S L
Decimal 34 97 220 0.85 0.56 0 0.14 219.68 0.73 0.5
Hex 22 61 DC 55 38 0 E DC 49 32
Octal 42 141 334 125 70 0 16 334 111 62
Binary 100010 1100001 11011100 1010101 111000 0 1110 11011100 1001001 110010

Color Harmonies of #2261DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2261DC

Black with #2261DC

Text Example


Text Example

White with #2261DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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