Html Css Color HEX #2661DA Royal Blue

📋 copy color: '#2661DA'

red 38 ◦ green 97 ◦ blue 218

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

Shades of Royal Blue #2661DA

Tints of Royal Blue #2661DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 10.76%
G = 27.48%
B = 61.76%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2661DA (or 0x2661DA) is known color: Royal Blue. HEX triplet: 26, 61 and DA. RGB value is (38,97,218). Sum of RGB (Red+Green+Blue) = 38+97+218=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #2661DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2661DA is #D99E25. Grayscale: #5C5C5C. Windows color (decimal): -14261798 or 14311718. OLE color: 14311718.

HSL color Cylindrical-coordinate representation of color #2661DA: hue angle of 220.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2661DA is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 97 218 -
CMYK 0.83 0.56 0 0.15
HSL 220.33º 0.71% 0.5% -
HSV(B) 220.33º 0.83% 0.85% -
XYZ 17.73 14.02 68.1 -
YUV 93.15 198.45 88.66 -
System Red Green Blue C M Y K H S L
Decimal 38 97 218 0.83 0.56 0 0.15 220.33 0.71 0.5
Hex 26 61 DA 53 38 0 F DC 47 32
Octal 46 141 332 123 70 0 17 334 107 62
Binary 100110 1100001 11011010 1010011 111000 0 1111 11011100 1000111 110010

Color Harmonies of #2661DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2661DA

Black with #2661DA

Text Example


Text Example

White with #2661DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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