Html Css Color HEX #2661DD Royal Blue

📋 copy color: '#2661DD'

red 38 ◦ green 97 ◦ blue 221

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

Shades of Royal Blue #2661DD

Tints of Royal Blue #2661DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 10.67%
G = 27.25%
B = 62.08%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2661DD (or 0x2661DD) is known color: Royal Blue. HEX triplet: 26, 61 and DD. RGB value is (38,97,221). Sum of RGB (Red+Green+Blue) = 38+97+221=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #2661DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2661DD is #D99E22. Grayscale: #5C5C5C. Windows color (decimal): -14261795 or 14508326. OLE color: 14508326.

HSL color Cylindrical-coordinate representation of color #2661DD: hue angle of 220.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2661DD is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 97 221 -
CMYK 0.83 0.56 0 0.13
HSL 220.66º 0.73% 0.51% -
HSV(B) 220.66º 0.83% 0.87% -
XYZ 18.13 14.18 70.19 -
YUV 93.5 199.95 88.42 -
System Red Green Blue C M Y K H S L
Decimal 38 97 221 0.83 0.56 0 0.13 220.66 0.73 0.51
Hex 26 61 DD 53 38 0 D DD 49 33
Octal 46 141 335 123 70 0 15 335 111 63
Binary 100110 1100001 11011101 1010011 111000 0 1101 11011101 1001001 110011

Color Harmonies of #2661DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2661DD

Black with #2661DD

Text Example


Text Example

White with #2661DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2661DD; }

 p { color: rgb(38,97,221); }

 H1.HeaderClassName
 {
   color: #2661DD;
 }
 .AnyTagClassName
 {
   color: #2661DD;
 }
</style>

background-color css

<style>
 a { background-color: #2661DD; }

 a { background-color: rgb(38,97,221); }

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

border-color css

<style>
 span { border-color: #2661DD; }

 span { border-color: rgb(38,97,221); }

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